]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf_unnumbered/r2/ospfd.conf
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
[mirror_frr.git] / tests / topotests / ospf_unnumbered / r2 / ospfd.conf
1 !
2 interface r2-eth1
3 ip ospf network point-to-point
4 ip ospf hello-interval 2
5 ip ospf dead-interval 10
6 !
7 router ospf
8 ospf router-id 10.0.255.2
9 redistribute kernel
10 redistribute connected
11 redistribute static
12 network 0.0.0.0/0 area 0
13 !