diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-19 21:07:54 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-19 21:07:54 -0400 |
| commit | ca9e3d23f60f2823b701cef9b341e13657af0482 (patch) | |
| tree | 8f74827832968d4c720a9cc6045c6917132b21e4 /eigrpd/eigrp_hello.c | |
| parent | 01cbe587b04e0cf766099ee2dda8cae831aa25e2 (diff) | |
eigrpd: Fix code comments
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_hello.c')
| -rw-r--r-- | eigrpd/eigrp_hello.c | 2 |
1 files changed, 0 insertions, 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 |
