summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-19 20:56:50 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-08-19 20:56:50 -0400
commit01cbe587b04e0cf766099ee2dda8cae831aa25e2 (patch)
tree3e28c493ff110aa069de8501e666850f0c41374e /eigrpd/eigrp_main.c
parentbd8110e50ca201ce7711190d65759f89d5084068 (diff)
eigrpd: Setup eigrp to send FRR version
Send to our peer the major/minor version of FRR that we are working with. I decided to use FRR instead of the os major/minor because the os itself doesn't tell you what version of EIGRP you are actually using. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_main.c')
-rw-r--r--eigrpd/eigrp_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eigrpd/eigrp_main.c b/eigrpd/eigrp_main.c
index 4c99821d3c..705e04b34d 100644
--- a/eigrpd/eigrp_main.c
+++ b/eigrpd/eigrp_main.c
@@ -159,6 +159,8 @@ int main(int argc, char **argv, char **envp)
}
}
+ eigrp_sw_version_initialize();
+
/* EIGRP master init. */
eigrp_master_init();
eigrp_om->master = frr_init();