diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-05-10 19:11:47 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-05-11 13:14:26 +0200 |
commit | 764b81858f6c55153bc99bae3be5aeab92f59f05 (patch) | |
tree | b0a7dab3eda4cc47a69c5e08988adf9b174be1f3 /tests/topotests/nhrp-topo/r1/zebra.conf | |
parent | tools: Fix topotest directory for Travis (diff) | |
download | frr-764b81858f6c55153bc99bae3be5aeab92f59f05.tar.xz frr-764b81858f6c55153bc99bae3be5aeab92f59f05.zip |
tests: Unify directory naming for topotests
Change every `-` to `_` in directory names. This is to avoid mixing _ and -.
Just for consistency and directory sorting properly.
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'tests/topotests/nhrp-topo/r1/zebra.conf')
-rw-r--r-- | tests/topotests/nhrp-topo/r1/zebra.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/topotests/nhrp-topo/r1/zebra.conf b/tests/topotests/nhrp-topo/r1/zebra.conf deleted file mode 100644 index b45670fcb..000000000 --- a/tests/topotests/nhrp-topo/r1/zebra.conf +++ /dev/null @@ -1,12 +0,0 @@ -interface r1-eth0 - ip address 10.1.1.1/24 -! -ip route 10.2.1.0/24 10.1.1.3 -interface r1-gre0 - ip address 10.255.255.1/32 - no link-detect - ipv6 nd suppress-ra -exit -interface r1-eth1 - ip address 192.168.1.1/24 -! |