summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospfd.conf
blob: c7327b630f86d870c3b69d928982a3fdc542bc47 (plain)
1
2
3
4
5
6
7
8
9
10
11
!
interface r1-eth1
  ip ospf network point-to-multipoint
  ip ospf hello-interval 2
  ip ospf dead-interval 10
  ip ospf prefix-suppress 10.1.1.2
!
router ospf
  ospf router-id 10.0.255.1
  network 0.0.0.0/0 area 0
!