summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_multi_instance/r1/frr.conf
blob: c341a7176a09b8aaa953766f99541de90c469b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
!
hostname r1
password zebra
log file /tmp/r1-frr.log
ip forwarding
!
interface lo
 ip address 1.1.1.1/32
 ip ospf area 0
!
interface r1-eth0
 ip address 10.1.1.1/24
 ip ospf area 0
!
!
router ospf
  ospf router-id 1.1.1.1
  distance 20
!