]> git.proxmox.com Git - mirror_frr.git/commit
BGP: Fix warning message when interface has IPv4 address for unnumbered
authorDinesh G Dutt <ddutt@cumulusnetworks.com>
Wed, 26 Aug 2015 17:54:11 +0000 (10:54 -0700)
committerDinesh G Dutt <ddutt@cumulusnetworks.com>
Wed, 26 Aug 2015 17:54:11 +0000 (10:54 -0700)
commit72f5fcae604cccaf44233c832978f6baebceca76
treedddd6d588fbbc9fdb9c83bd20ad86ad6fc6d2607
parentc44e65bd3ffc2c342c96c7a12dd2fa4f5880a841
BGP: Fix warning message when interface has IPv4 address for unnumbered

Ticket: CM-6192
Reviewed By: Donald, Daniel, Vipin
Testing Done:

In the presence of an IPv4 address that is not a /30 or /31 and the user
is trying to use BGP unnumbered, a warning message is printed which
seems confusing to the user. Fixing the warning message to indicate that
its only a v4 session isn't coming up makes it clearer.

Signed-off-by: Dinesh G Dutt <ddutt@cumulusnetworks.com>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
Acked-by: Daniel Walton <dwalton@cumulusnetworks.com>
Acked-by: Vipin Kumar <vipin@cumulusnetworks.com>
bgpd/bgpd.c