mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
eigrpd: Fix code comments
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
01cbe587b0
commit
ca9e3d23f6
@ -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, EIGRP_TLV_SW_VERSION);
|
||||||
stream_putw(s, length);
|
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_MAJOR); //!< major os version
|
||||||
stream_putc(s, FRR_MINOR); //!< minor os version
|
stream_putc(s, FRR_MINOR); //!< minor os version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user