summaryrefslogtreecommitdiffstats
path: root/tests/topotests/zebra_rib/r1/frr-import.conf
blob: 687843be0c435032aab7cc2a04456adc2325945a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!
hostname r1
password zebra
!
interface r1-eth0
 ip address 10.0.0.1/24
!
interface r1-eth1
 ip address 10.10.0.1/24
!
ip route 10.1.0.0/24 10.0.0.2 table 10
ip route 10.2.0.0/24 10.0.0.2 table 10
ip route 10.3.0.0/24 10.10.0.2 table 10
ip route 10.4.0.0/24 10.10.0.2 table 10
!
ip forwarding
!