summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_orf/r1/bgpd.conf
blob: 800bf1b7ab715639a9d1ca2e558fbea35b09989e (plain)
1
2
3
4
5
6
7
8
9
!
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
!