FRR 0.6.7_6 - BGP won't start without route-map ipv6 unicast
-
address-family ipv6 unicast network 2606:0000:a100::/56 route-map 2v4 network 2606:0000:a101::/56 route-map 2v4 neighbor 2606:0000:a120:5::12 activate neighbor 2606:0000:a120:5::13 activate exit-address-family
Frr will not start the bgpd service unless the route-map is defined
But what i found in my other trouble is BGP will not advertise if a route-map is defined.
Below is the good code but will not start on boot
address-family ipv6 unicast network 2606:0000:a100::/56 network 2606:0000:a101::/56 neighbor 2606:0000:a120:5::12 activate neighbor 2606:0000:a120:5::13 activate exit-address-family
Whereas the top code defining the route-map will start on boot but will not share routes.