summaryrefslogtreecommitdiff
path: root/smoketest/configs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-17 19:20:44 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-17 19:20:44 +0200
commit13f0bf83f67a90e8164dec84ed0aced2440688fb (patch)
treeac78747c07fd1cc71cbcea38125263fba458afe0 /smoketest/configs
parent1db31230890811d701a3d64c1571e3d4bfa4b3d4 (diff)
downloadvyos-1x-13f0bf83f67a90e8164dec84ed0aced2440688fb.tar.gz
vyos-1x-13f0bf83f67a90e8164dec84ed0aced2440688fb.zip
policy: T3631: migrate "set extcommunity-rt|soo" to "set extcommunity rt|soo"
migrate "set extcommunity-rt" and "set extcommunity-soo" to "set extcommunity rt|soo" to match FRR syntax. This also makes it easier to implement the "bandwidth" extended community.
Diffstat (limited to 'smoketest/configs')
-rw-r--r--smoketest/configs/bgp-rpki7
1 files changed, 7 insertions, 0 deletions
diff --git a/smoketest/configs/bgp-rpki b/smoketest/configs/bgp-rpki
index e11ec9e72..dffab4c69 100644
--- a/smoketest/configs/bgp-rpki
+++ b/smoketest/configs/bgp-rpki
@@ -34,6 +34,13 @@ policy {
local-preference 100
}
}
+ rule 40 {
+ action permit
+ set {
+ extcommunity-rt 192.0.2.100:100
+ extcommunity-soo 64500:100
+ }
+ }
}
}
protocols {