summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_structs.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@openbsd.org>2019-01-02 01:39:03 +0100
committerGitHub <noreply@github.com>2019-01-02 01:39:03 +0100
commitd52fa66f0eab73d73caf5fdb47aeae4132b144db (patch)
treefba97ceeb4552ef6de91f4367b2d9703eae0fed4 /eigrpd/eigrp_structs.h
parentMerge pull request #3540 from donaldsharp/staic (diff)
parenteigrpd: Allow eigrp to set/unset the router-id as a value. (diff)
downloadfrr-d52fa66f0eab73d73caf5fdb47aeae4132b144db.tar.xz
frr-d52fa66f0eab73d73caf5fdb47aeae4132b144db.zip
Merge pull request #3543 from donaldsharp/eigrp_router_id_is_the_bee
Eigrp router id cleanup
Diffstat (limited to 'eigrpd/eigrp_structs.h')
-rw-r--r--eigrpd/eigrp_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eigrpd/eigrp_structs.h b/eigrpd/eigrp_structs.h
index a9c5db536..644ab0829 100644
--- a/eigrpd/eigrp_structs.h
+++ b/eigrpd/eigrp_structs.h
@@ -79,8 +79,8 @@ struct eigrp {
char *name;
/* EIGRP Router ID. */
- uint32_t router_id; /* Configured automatically. */
- uint32_t router_id_static; /* Configured manually. */
+ struct in_addr router_id; /* Configured automatically. */
+ struct in_addr router_id_static; /* Configured manually. */
struct list *eiflist; /* eigrp interfaces */
uint8_t passive_interface_default; /* passive-interface default */