frr/tests/topotests/bgp_orf/r1/bgpd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
221 B
Text
Raw Normal View History

!
router bgp 65001
no bgp ebgp-requires-policy
neighbor 192.168.1.2 remote-as external
address-family ipv4 unicast
redistribute connected
neighbor 192.168.1.2 capability orf prefix-list both
exit-address-family
!