]> git.puffer.fish Git - mirror/frr.git/commitdiff
eigrpd: Fix code comments 1012/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 20 Aug 2017 01:07:54 +0000 (21:07 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 20 Aug 2017 01:07:54 +0000 (21:07 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_hello.c

index ca05c653ceb517d98c2dde980d3e540a794fb888..ef10ebf54c7f59ea57b111470ed13fa84ac67252 100644 (file)
@@ -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