]> git.puffer.fish Git - mirror/frr.git/commit
babeld: Allow babel to redistribute v6 routes 817/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 13 Jul 2017 21:35:29 +0000 (17:35 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 13 Jul 2017 21:35:29 +0000 (17:35 -0400)
commit0277c4d71200bdbec332c59117d426f7ae771990
tree4f31b1e72f51e7876946b4a27a936a9c1568f09b
parent4b8197a4f7c1b510c7a0eadc64c78e78ff98f578
babeld: Allow babel to redistribute v6 routes

Turn on the ability in babel to receive v6 routes when requested.

robot# show babel route
192.168.201.0/24 metric 0 (exported)
2606:a000:111d:803e::/64 metric 0 (exported)
robot# conf t
robot(config)# int enp3s0
robot(config-if)# ipv6 addr 2404:4000:991d:804c:c32:ee94:742c:4d5/73
robot(config-if)# end
robot# show babel route
192.168.201.0/24 metric 0 (exported)
2606:a000:111d:803e::/64 metric 0 (exported)
2404:4000:991d:804c:c00::/73 metric 0 (exported)
robot#

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