diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:16:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:16:35 +0000 |
commit | e2bbf175a2184bd76f6c54ccf8456babeb1a46fc (patch) | |
tree | f0b76550d6e6f500ada964a3a4ee933a45e5a6f1 /tests/topotests/route_scale/r1/zebra.conf | |
parent | Initial commit. (diff) | |
download | frr-e2bbf175a2184bd76f6c54ccf8456babeb1a46fc.tar.xz frr-e2bbf175a2184bd76f6c54ccf8456babeb1a46fc.zip |
Adding upstream version 9.1.upstream/9.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/topotests/route_scale/r1/zebra.conf')
-rw-r--r-- | tests/topotests/route_scale/r1/zebra.conf | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/tests/topotests/route_scale/r1/zebra.conf b/tests/topotests/route_scale/r1/zebra.conf new file mode 100644 index 0000000..48a01f4 --- /dev/null +++ b/tests/topotests/route_scale/r1/zebra.conf @@ -0,0 +1,96 @@ +int r1-eth0 + ip addr 192.168.0.1/24 +! +int r1-eth1 + ip addr 192.168.1.1/24 +! +int r1-eth2 + ip addr 192.168.2.1/24 +! +int r1-eth3 + ip addr 192.168.3.1/24 +! +int r1-eth4 + ip addr 192.168.4.1/24 +! +int r1-eth5 + ip addr 192.168.5.1/24 +! +int r1-eth6 + ip addr 192.168.6.1/24 +! +int r1-eth7 + ip addr 192.168.7.1/24 +! +int r1-eth8 + ip addr 192.168.8.1/24 +! +int r1-eth9 + ip addr 192.168.9.1/24 +! +int r1-eth10 + ip addr 192.168.10.1/24 +! +int r1-eth11 + ip addr 192.168.11.1/24 +! +int r1-eth12 + ip addr 192.168.12.1/24 +! +int r1-eth13 + ip addr 192.168.13.1/24 +! +int r1-eth14 + ip addr 192.168.14.1/24 +! +int r1-eth15 + ip addr 192.168.15.1/24 +! +int r1-eth16 + ip addr 192.168.16.1/24 +! +int r1-eth17 + ip addr 192.168.17.1/24 +! +int r1-eth18 + ip addr 192.168.18.1/24 +! +int r1-eth19 + ip addr 192.168.19.1/24 +! +int r1-eth20 + ip addr 192.168.20.1/24 +! +int r1-eth21 + ip addr 192.168.21.1/24 +! +int r1-eth22 + ip addr 192.168.22.1/24 +! +int r1-eth23 + ip addr 192.168.23.1/24 +! +int r1-eth24 + ip addr 192.168.24.1/24 +! +int r1-eth25 + ip addr 192.168.25.1/24 +! +int r1-eth26 + ip addr 192.168.26.1/24 +! +int r1-eth27 + ip addr 192.168.27.1/24 +! +int r1-eth28 + ip addr 192.168.28.1/24 +! +int r1-eth29 + ip addr 192.168.29.1/24 +! +int r1-eth30 + ip addr 192.168.30.1/24 +! +int r1-eth31 + ip addr 192.168.31.1/24 +!
\ No newline at end of file |