]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/ospf_topo2/r1/ospfd.conf
*: Add camelCase JSON keys in addition to PascalCase
[mirror_frr.git] / tests / topotests / ospf_topo2 / r1 / ospfd.conf
CommitLineData
3d7660fa
DS
1!
2interface r1-eth1
3 ip ospf network point-to-point
d23a0ba7
DS
4 ip ospf hello-interval 2
5 ip ospf dead-interval 10
3d7660fa
DS
6!
7router ospf
8 ospf router-id 10.0.255.1
9 redistribute kernel
10 redistribute connected
11 redistribute static
12 network 0.0.0.0/0 area 0
13!