Skip to content

Commit

Permalink
eigrpd: Fix code comments
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
  • Loading branch information
donaldsharp committed Aug 20, 2017
1 parent 01cbe58 commit ca9e3d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eigrpd/eigrp_hello.c
Expand Up @@ -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

Expand Down

0 comments on commit ca9e3d2

Please sign in to comment.