summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_prune_next_hop/r1/frr.conf
blob: 130872e8d0a9f8229ff88b1b8169ab814ebf73d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
!
hostname r1
ip forwarding
!
interface r1-eth0
 ip address 10.1.1.1/24
 ip ospf network broadcast
 ip ospf hello-interval 1
 ip ospf dead-interval 10
!
interface r1-eth1
 ip address 10.1.2.1/24
 ip ospf network broadcast
 ip ospf hello-interval 1
 ip ospf dead-interval 10
!
!
!
router ospf
  ospf router-id 1.1.1.1
  distance 20
  network 10.1.1.0/24 area 0
  network 10.1.2.0/24 area 0