]> git.puffer.fish Git - matthieu/frr.git/commitdiff
topotests: remove useless frr commands of bgp_srv6l3vpn_to_bgp*
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 25 Mar 2025 13:37:29 +0000 (14:37 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 25 Mar 2025 13:37:29 +0000 (14:37 +0100)
Many useless commande are still persistent in the
bgp_srv6l3vpn_to_bgp_vrf tests. Remove the useless commands.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
39 files changed:
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce1/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce1/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce2/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce2/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce3/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce3/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce4/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce4/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce5/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce5/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce6/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/ce6/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce1/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce1/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce2/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce2/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce3/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce3/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce4/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce4/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce5/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce6/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/ce6/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/r1/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/r1/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/r2/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/r2/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce1/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce1/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce2/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce2/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/zebra.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/zebra.conf

index 3459796629812daf139ae2c459e2065e761a9a46..188ec7a86cda85d92adb47b8c37ad64868a472f0 100644 (file)
@@ -1,8 +1,3 @@
 frr defaults traditional
-!
-hostname ce1
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
+
+
index 447d1b40c18e94d4cf04444da33702fa87e3f84e..6c9abca36f6ad01402fff10c9e4981cacbccbb74 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce1
-!
 interface eth0
  ip address 192.168.1.2/24
 !
index 8ed997874941c9560cbad3a10710108cff7c2f06..05268f8878801b5ac3f20cf87f0013714461d5c9 100644 (file)
@@ -1,8 +1,2 @@
 frr defaults traditional
-!
-hostname ce2
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
+
index 11652252a4ad266b21dafe5feca81dc98b9f89ee..b0e6470307edfec2e0c45069a1c28704d678c549 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce2
-!
 interface eth0
  ip address 192.168.2.2/24
 !
index a85d9701c7b499a77e352ac0677e51c65c80c1dd..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce3
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index 299c6597c7d30c3257469e5e2a9df1738aee4518..f0fd4f497af2634f47e6baeb3ce8405f5537aa38 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce3
-!
 interface eth0
  ip address 192.168.3.2/24
 !
index 93fb32fd1b0aead0031ac5949dfd02bafaf409ae..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce4
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index 30f3736fe3e7aa74ecda1d1cdb95248d4b8c28ad..da745f2bd03c91a18df5813139655b521de72f23 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce4
-!
 interface eth0
  ip address 192.168.4.2/24
 !
index 2ab6f2d2a799293ecf9b05b7daaaa82cc6022b95..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce5
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index 208dcb1a7a2e3c90660ffeffb418bd8be2023786..37391ebb49d881aa95112e5f916fc03cb58b2822 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce5
-!
 interface eth0
  ip address 192.168.5.2/24
 !
index e0b65405142590bd9d4f4fd0c1d57d9cc5a1cafd..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce6
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index d68a008e3ab2bd73cb6dbb42827e3cb304ecb85a..9696993c337615a641615d13236b968672521b18 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce6
-!
 interface eth0
  ip address 192.168.6.2/24
 !
index 12b9e8fd00983fbda54193dcafd56bb807ca40b5..d4be6c7d6ac506fd3c4f805c30fbc46a820ec85c 100644 (file)
@@ -1,13 +1,5 @@
 frr defaults traditional
-!
 bgp send-extra-data zebra
-!
-hostname r1
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug bgp neighbor-events
 !debug bgp zebra
 !debug bgp vnc verbose
index f202493c53b3ffffb772c99b6e1c84c8c0ba5057..64e6af0c1bf6dbf68c741453d6a80c32da3ea0f2 100644 (file)
@@ -1,11 +1,3 @@
-log file zebra.log
-!
-hostname r1
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug zebra packet
 !debug zebra dplane
 !debug zebra kernel
index db36c180a0d732b3d9a86d4a3ce6f47d0a4efad9..5ff570069c1e780d970dcd081e78f60ab1f7485c 100644 (file)
@@ -1,13 +1,5 @@
 frr defaults traditional
-!
 bgp send-extra-data zebra
-!
-hostname r2
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug bgp neighbor-events
 !debug bgp zebra
 !debug bgp vnc verbose
index 9dfed4f2d62fd1593a0140893ef15b9385a09c33..22b689d538195be406d08ba8798d52107a936096 100644 (file)
@@ -1,11 +1,3 @@
-log file zebra.log
-!
-hostname r2
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug zebra packet
 !debug zebra dplane
 !debug zebra kernel
index 3459796629812daf139ae2c459e2065e761a9a46..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce1
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index 58e851d7520c557c12306375e719d10d9e95f696..a6eab175f5ce0e73d7ffc17704a433e31dbfbeae 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce1
-!
 interface eth0
  ip address 192.168.1.2/24
  ipv6 address 2001:1::2/64
index 8ed997874941c9560cbad3a10710108cff7c2f06..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce2
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index 0612c532238c577824aaad786a872d4a930c6890..3be205a8c914ea3786a3a5c91395a3aed2d29618 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce2
-!
 interface eth0
  ip address 192.168.2.2/24
  ipv6 address 2001:2::2/64
index a85d9701c7b499a77e352ac0677e51c65c80c1dd..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce3
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index d08fdadc3c1ab563ab6fd5df729d156b4d55c16a..2fb86c74dea62f693f3882e748392d78b253330b 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce3
-!
 interface eth0
  ip address 192.168.3.2/24
  ipv6 address 2001:3::2/64
index 93fb32fd1b0aead0031ac5949dfd02bafaf409ae..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce4
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index 897ed46c270b51dd269a88a680fc0b6e8d5562f6..3bbbd085587efdf570399dfdc11ba335f36c319d 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce4
-!
 interface eth0
  ip address 192.168.4.2/24
  ipv6 address 2001:4::2/64
index 2ab6f2d2a799293ecf9b05b7daaaa82cc6022b95..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce5
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index e0b65405142590bd9d4f4fd0c1d57d9cc5a1cafd..cd72007f4606d20ddaea025477527aff4235e291 100644 (file)
@@ -1,8 +1 @@
 frr defaults traditional
-!
-hostname ce6
-password zebra
-!
-log stdout notifications
-log commands
-log file bgpd.log
index 5a83e901e8af91e6fe056f571a00d279c3492860..d39a6a6bcbaa7065230088d2703cccbd926e5932 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce6
-!
 interface eth0
  ip address 192.168.6.2/24
  ipv6 address 2001:6::2/64
index 57c19e25d7ead58bda68692e2deec1670ee8a45e..5e78e5e1a138a3c7f2452e8a3327ce1eecb74e39 100644 (file)
@@ -1,13 +1,5 @@
 frr defaults traditional
-!
 bgp send-extra-data zebra
-!
-hostname r1
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug bgp neighbor-events
 !debug bgp zebra
 !debug bgp vnc verbose
index dd8a756a6e328cb6f156285221c43f6a286b7482..a7515e12d3e82dbc7920df7608f59f3cb2e2b779 100644 (file)
@@ -1,11 +1,3 @@
-log file zebra.log
-!
-hostname r1
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug zebra packet
 !debug zebra dplane
 !debug zebra kernel
index abf4971a9b2209d0d879d7ac1bc861923dc7c31d..bf04fbc7aa7643473b73b4f9954e99939e614e6f 100644 (file)
@@ -1,13 +1,5 @@
 frr defaults traditional
-!
 bgp send-extra-data zebra
-!
-hostname r2
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug bgp neighbor-events
 !debug bgp zebra
 !debug bgp vnc verbose
index 3c9e4e3b254f0b38c2b6b840ef582c3448a83b06..27919cc63fa9307173a39ddb67fa3c81c4ce5e1e 100644 (file)
@@ -1,11 +1,3 @@
-log file zebra.log
-!
-hostname r2
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug zebra packet
 !debug zebra dplane
 !debug zebra kernel
index 224d59b37dfa7ea5b17c79cbf253e4dbf9c97284..a2f5aef51eda7aaf24a2dba684416138392e02e9 100644 (file)
@@ -1,13 +1,5 @@
 frr defaults traditional
-!
 bgp send-extra-data zebra
-!
-hostname ce1
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug bgp neighbor-events
 !debug bgp zebra
 !debug bgp vnc verbose
index b6866f8a43c850604245d8d28b7b6c547003d8bb..16102a055d7588eaa087ea3f19dacd24e38d51f6 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce1
-!
 interface eth0
  ipv6 address fd01::2/64
 !
index df9a93b0339acd4eabda60f21352ceee1ed3c3e3..e6b40c4bfe7b49dc9aff5233f363b2efe67fd61c 100644 (file)
@@ -1,13 +1,5 @@
 frr defaults traditional
-!
 bgp send-extra-data zebra
-!
-hostname ce2
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug bgp neighbor-events
 !debug bgp zebra
 !debug bgp vnc verbose
index 0faa8a7a05b8edda7f2f44802b04d3cc12a3c4bb..f17e96a0da5dcd00227e6994bee58cd59f2175a8 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname ce1
-!
 interface eth0
  ipv6 address fd02::2/64
 !
index b26326ea1048f64e6f722670b931ab1f847a780d..d0be14f00734828f16ae22640571e3cb805bde41 100644 (file)
@@ -1,13 +1,5 @@
 frr defaults traditional
-!
 bgp send-extra-data zebra
-!
-hostname r1
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug bgp neighbor-events
 !debug bgp nht
 !debug bgp zebra
index 78aa81fcb80b0b9328658eb06ad057178153b888..42e3f5bd8978b029ad566239968da31f1c6fa2bf 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname r1
-!
 interface eth0
  ipv6 address 2001::1/64
 !
index 63dce15ff71a9125c05a95d9c2a1c7ebbcf19698..31cf9f9b5d2a3769298b7c62eef0568d0f9eb0d3 100644 (file)
@@ -1,13 +1,5 @@
 frr defaults traditional
-!
 bgp send-extra-data zebra
-!
-hostname r2
-password zebra
-!
-log stdout notifications
-log commands
-!
 !debug bgp neighbor-events
 !debug bgp nht
 !debug bgp zebra
index d7ae058a8300bbfca50014316827c0019b2ca4a7..551e7d76923da7b860f39d2bb4cf2092e500b73b 100644 (file)
@@ -1,7 +1,3 @@
-log file zebra.log
-!
-hostname r2
-!
 interface eth0
  ipv6 address 2001::2/64
 !