bgpd: Allow network XXX to work with bgp suppress-fib-pending#12113
bgpd: Allow network XXX to work with bgp suppress-fib-pending#12113ton31337 merged 1 commit intoFRRouting:masterfrom
network XXX to work with bgp suppress-fib-pending#12113Conversation
When bgp is using `bgp suppress-fib-pending` and the end operator is using network statements, bgp was not sending the network'ed prefix'es to it's peers. Fix this. Also update the test cases for bgp_suppress_fib to test this new corner case( I am sure that there are going to be others that will need to be added ). Fixes: FRRouting#12112 Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
@Mergifyio backport dev/8.4 |
|
@Mergifyio backport stable/8.3 |
✅ Backports have been createdDetails
|
|
@Mergifyio backport stable/8.2 |
✅ Backports have been createdDetails
|
✅ Backports have been createdDetails
|
Continuous Integration Result: FAILEDContinuous Integration Result: FAILEDTest incomplete. See below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: IncompleteTopotests Ubuntu 18.04 i386 part 7: Incomplete(check logs for details)Successful on other platforms/tests
|
|
ci:rerun ci has gone belly up again |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-PULLREQ2-7885/ This is a comment from an automated CI system. |
bgpd: Allow `network XXX` to work with bgp suppress-fib-pending (backport #12113)
bgpd: Allow `network XXX` to work with bgp suppress-fib-pending (backport #12113)
bgpd: Allow `network XXX` to work with bgp suppress-fib-pending (backport #12113)
When bgp is using
bgp suppress-fib-pendingand the end operator is using network statements, bgp was not sending the network'ed prefix'es to it's peers. Fix this.Also update the test cases for bgp_suppress_fib to test this new corner case( I am sure that there are going to be others that will need to be added ).
Fixes: #12112
Signed-off-by: Donald Sharp sharpd@nvidia.com