]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/ospfapi/r1/ospfd.conf
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / tests / topotests / ospfapi / r1 / ospfd.conf
CommitLineData
ad9c18f3
CH
1!
2interface r1-eth0
3 ip ospf hello-interval 2
4 ip ospf dead-interval 10
5 ip ospf area 1.2.3.4
6!
663a0c96
CH
7interface r1-eth1
8 ip ospf hello-interval 2
9 ip ospf dead-interval 10
10 ip ospf area 1.2.3.4
11!
ad9c18f3 12router ospf
663a0c96 13 ospf router-id 1.0.0.0
ad9c18f3
CH
14 capability opaque
15!