From: Donald Sharp Date: Sun, 20 Aug 2017 01:07:54 +0000 (-0400) Subject: eigrpd: Fix code comments X-Git-Tag: frr-4.0-dev~387^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F1012%2Fhead;p=mirror%2Ffrr.git eigrpd: Fix code comments Signed-off-by: Donald Sharp --- 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