]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_accept_own/ce1/bgpd.conf
pimd: Option to get IGMP groups and sources for a particular interface
[mirror_frr.git] / tests / topotests / bgp_accept_own / ce1 / bgpd.conf
1 !
2 debug bgp updates
3 !
4 router bgp 65010
5 no bgp ebgp-requires-policy
6 neighbor 192.168.1.2 remote-as external
7 neighbor 192.168.1.2 timers 1 3
8 neighbor 192.168.1.2 timers connect 1
9 address-family ipv4 unicast
10 redistribute connected
11 exit-address-family
12 !