From 13f0bf83f67a90e8164dec84ed0aced2440688fb Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 17 Jun 2021 19:20:44 +0200 Subject: 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. --- smoketest/configs/bgp-rpki | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'smoketest/configs') 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 { -- cgit v1.2.3