diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-07-29 20:29:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 20:29:34 +0200 |
commit | 25ee44b52278c86fda27f76e932f6a12c375bf10 (patch) | |
tree | bea9a0e54e73dafb08400f7e2e435d5be7fa1e93 /ospf6d/ospf6_area.h | |
parent | Merge pull request #6769 from opensourcerouting/acl-regress (diff) | |
parent | tools: improve cocci.h (diff) | |
download | frr-25ee44b52278c86fda27f76e932f6a12c375bf10.tar.xz frr-25ee44b52278c86fda27f76e932f6a12c375bf10.zip |
Merge pull request #6732 from opensourcerouting/printfrr-prep
*: preparations for printfrr coccinelle run
Diffstat (limited to 'ospf6d/ospf6_area.h')
-rw-r--r-- | ospf6d/ospf6_area.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index 7ce6717fc..f6287660d 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h @@ -28,7 +28,7 @@ struct ospf6_area { struct ospf6 *ospf6; /* Area-ID */ - uint32_t area_id; + in_addr_t area_id; #define OSPF6_AREA_FMT_DOTTEDQUAD 1 #define OSPF6_AREA_FMT_DECIMAL 2 |