summaryrefslogtreecommitdiff
path: root/smoketest/configs/assert
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-01-21 20:45:55 +0100
committerGitHub <noreply@github.com>2026-01-21 20:45:55 +0100
commit774de4b11330e7d3d30ddf6af0ad75e8be0f7bb3 (patch)
tree92725d5ed66c015476ca0ee348d3f71dab82b512 /smoketest/configs/assert
parent0868f3dc7246ea44a1765cee04649cd08c188982 (diff)
parent2471f686979fd83bd015f124b6faa66f27b8c9ba (diff)
downloadvyos-1x-774de4b11330e7d3d30ddf6af0ad75e8be0f7bb3.tar.gz
vyos-1x-774de4b11330e7d3d30ddf6af0ad75e8be0f7bb3.zip
Merge pull request #4921 from hedrok/T7664-update-smoketest-script
T7664: support FRR 10.5
Diffstat (limited to 'smoketest/configs/assert')
-rw-r--r--smoketest/configs/assert/basic-system-ip-protocol30
1 files changed, 30 insertions, 0 deletions
diff --git a/smoketest/configs/assert/basic-system-ip-protocol b/smoketest/configs/assert/basic-system-ip-protocol
new file mode 100644
index 000000000..870ffa8f5
--- /dev/null
+++ b/smoketest/configs/assert/basic-system-ip-protocol
@@ -0,0 +1,30 @@
+set system ip protocol any route-map 'stub'
+set system ip protocol babel route-map 'stub'
+set system ip protocol bgp route-map 'stub'
+set system ip protocol eigrp route-map 'stub'
+set system ip protocol isis route-map 'stub'
+set system ip protocol ospf route-map 'stub'
+set system ip protocol rip route-map 'stub'
+set system ip protocol static route-map 'stub'
+set system ipv6 protocol any route-map 'stub'
+set system ipv6 protocol babel route-map 'stub'
+set system ipv6 protocol bgp route-map 'stub'
+set system ipv6 protocol isis route-map 'stub'
+set system ipv6 protocol ospfv3 route-map 'stub'
+set system ipv6 protocol ripng route-map 'stub'
+set system ipv6 protocol static route-map 'stub'
+set vrf name red ip protocol any route-map 'stub'
+set vrf name red ip protocol babel route-map 'stub'
+set vrf name red ip protocol bgp route-map 'stub'
+set vrf name red ip protocol eigrp route-map 'stub'
+set vrf name red ip protocol isis route-map 'stub'
+set vrf name red ip protocol ospf route-map 'stub'
+set vrf name red ip protocol rip route-map 'stub'
+set vrf name red ip protocol static route-map 'stub'
+set vrf name red ipv6 protocol any route-map 'stub'
+set vrf name red ipv6 protocol babel route-map 'stub'
+set vrf name red ipv6 protocol bgp route-map 'stub'
+set vrf name red ipv6 protocol isis route-map 'stub'
+set vrf name red ipv6 protocol ospfv3 route-map 'stub'
+set vrf name red ipv6 protocol ripng route-map 'stub'
+set vrf name red ipv6 protocol static route-map 'stub'