From cd2f41d34ff22ea7719348ec18a30f1c499b72c8 Mon Sep 17 00:00:00 2001 From: omnom62 <75066712+omnom62@users.noreply.github.com> Date: Fri, 16 May 2025 07:55:33 +1000 Subject: T6883 route-map extras support (#402) * t6883 as_prepend_path fix * chaneglog * draft for rm community handling * rm updates * unit and integration tests for route maps * rm unit tests fixed * 1.4+ rm integration tests draft * rm set_community parser * large-community 1.4+ * unit tests fix for rm * extcommunity config * pre-commit * cleanup * RM bandwidth clauses * fixing parsers index for 1.3 RM * updated dic * fix unit tests * unit tests for RM * RM unit tests * dict literal for reserved keywords in unit tests * set_src ipv6 replaced unit test * unit test case for RM call * RM action type unit tests * rm match protocol code and unit test * doc update * set_table RM * set_table RM unit test * unit tests refactor * copilot recommendations --- docs/vyos.vyos.vyos_route_maps_module.rst | 90 +++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'docs') diff --git a/docs/vyos.vyos.vyos_route_maps_module.rst b/docs/vyos.vyos.vyos_route_maps_module.rst index 4e0c5322..f6a74d46 100644 --- a/docs/vyos.vyos.vyos_route_maps_module.rst +++ b/docs/vyos.vyos.vyos_route_maps_module.rst @@ -661,6 +661,38 @@ Parameters
Peer IP address <x.x.x.x>.
+ + + + + +
+ protocol + +
+ string +
+ + + + + +
Source protocol to match.
+ + @@ -1009,6 +1041,46 @@ Parameters + + + + + +
+ extcommunity_bandwidth + +
+ string +
+ + + + +
Set Bandwidth of Origin value. 1-25600|cumulative|num-multipaths VPN extended community
+ + + + + + + +
+ extcommunity_bandwidth_non_transitive + +
+ boolean +
+ + + + + +
Set the bandwidth extended community encoded as non-transitive True/False VPN extended community
+ + @@ -1259,6 +1331,24 @@ Parameters
Source address for route. Example <x.x.x.x> IP address.
+ + + + + +
+ table + +
+ string +
+ + + + +
Set prefixes to table. Example <1-200>
+ + -- cgit v1.2.3