]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix neighbor command with internal or external keyword and interface
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Sep 2015 22:05:19 +0000 (15:05 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Sep 2015 22:05:19 +0000 (15:05 -0700)
commitedcfcd253c9d07a9dcc66d6b1ffc247525cb881d
tree5fa7ef4afb191829b91ffe54bd5ff0e82315717e
parent77f2455171aa150176750cc02a25cad984a30bb7
bgpd: Fix neighbor command with internal or external keyword and interface

Ticket: CM-7737
Reviewed-by: CCR-3611
Testing: See bug

When configuring a bgp peer that already has some config hung off of it,
such as 'interface v6only' and then configuring remote-as internal/external
will not cause the config to be taken.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgpd.c