summaryrefslogtreecommitdiffstats
path: root/qpb/README.txt
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-06-20 17:12:35 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-06-20 17:12:35 +0200
commit80912664184e11c3b5637e6ca6af8478206b4528 (patch)
tree34f2a7df9722b6a9cdda1ac6df2dc00435dbe58b /qpb/README.txt
parentMerge pull request #4579 from opensourcerouting/mtype-fix (diff)
downloadfrr-80912664184e11c3b5637e6ca6af8478206b4528.tar.xz
frr-80912664184e11c3b5637e6ca6af8478206b4528.zip
bgpd: `neighbor X:X::X default-originate` complains about (null)
The `neighbor X:X::X default-originate command is complaining that: The route-map '(null)' does not exist. Upon inspection of the code we were passing a NULL string to the lookup. Testing for null gets us this: donna.cumulusnetworks.com# conf t donna.cumulusnetworks.com(config)# router bgp 99 donna.cumulusnetworks.com(config-router)# neighbor 2001:1::1:2 remote-as 99 donna.cumulusnetworks.com(config-router)# neighbor 2001:1::1:2 default-originate donna.cumulusnetworks.com(config-router)# end donna.cumulusnetworks.com# show run Building configuration... Current configuration: ! frr version 7.2-dev frr defaults datacenter hostname donna.cumulusnetworks.com log stdout no ipv6 forwarding ! ip route 4.5.6.7/32 10.50.11.4 ! router bgp 99 neighbor 2001:1::1:2 remote-as 99 ! address-family ipv4 unicast neighbor 2001:1::1:2 default-originate Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'qpb/README.txt')
0 files changed, 0 insertions, 0 deletions