From ca9e3d23f60f2823b701cef9b341e13657af0482 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sat, 19 Aug 2017 21:07:54 -0400 Subject: [PATCH] eigrpd: Fix code comments Signed-off-by: Donald Sharp --- eigrpd/eigrp_hello.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/eigrpd/eigrp_hello.c b/eigrpd/eigrp_hello.c index ca05c653ce..ef10ebf54c 100644 --- a/eigrpd/eigrp_hello.c +++ b/eigrpd/eigrp_hello.c @@ -439,8 +439,6 @@ static u_int16_t eigrp_sw_version_encode(struct stream *s) stream_putw(s, EIGRP_TLV_SW_VERSION); stream_putw(s, length); - // encode the version of quagga we're running - // DVS: need to figure out a cleaner way to do this stream_putc(s, FRR_MAJOR); //!< major os version stream_putc(s, FRR_MINOR); //!< minor os version -- 2.39.5