summaryrefslogtreecommitdiff
path: root/smoketest/configs
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-12-12 20:57:29 +0100
committerChristian Breunig <christian@breunig.cc>2024-12-16 22:24:50 +0100
commitd58e7ace7075e24c64cfe5e56ffcaad1688446e9 (patch)
tree038ca93da2bac49373790c74fb4145adaba19baa /smoketest/configs
parenta8da54f50df5d60b18a8cdf0ea63c71f82faf14e (diff)
downloadvyos-1x-d58e7ace7075e24c64cfe5e56ffcaad1688446e9.tar.gz
vyos-1x-d58e7ace7075e24c64cfe5e56ffcaad1688446e9.zip
multicast: T6746: migrate CLI to to mimic unicast IPv4 routes syntax
Consolidate "multicast interface-route" and "multicast route" under common "mroute <x.x.x.x/y>" CLI node.
Diffstat (limited to 'smoketest/configs')
-rw-r--r--smoketest/configs/static-route-basic4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/configs/static-route-basic b/smoketest/configs/static-route-basic
index 4bf114e33..648e19676 100644
--- a/smoketest/configs/static-route-basic
+++ b/smoketest/configs/static-route-basic
@@ -14,12 +14,12 @@ interfaces {
protocols {
static {
multicast {
- interface-route 224.0.0.0/24 {
+ interface-route 224.1.0.0/24 {
next-hop-interface eth0.203 {
distance "10"
}
}
- route 224.0.0.0/24 {
+ route 224.2.0.0/24 {
next-hop 172.18.203.254 {
distance "20"
}