]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/rip_passive_interface/r3/frr.conf
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / tests / topotests / rip_passive_interface / r3 / frr.conf
1 !
2 int lo
3 ip address 10.10.10.1/32
4 !
5 int r3-eth0
6 ip address 192.168.1.3/24
7 !
8 router rip
9 network 192.168.1.0/24
10 network 10.10.10.1/32
11 timers basic 5 15 10
12 exit
13