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 --- changelogs/fragments/T6821_route_map_options.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/T6821_route_map_options.yml (limited to 'changelogs') diff --git a/changelogs/fragments/T6821_route_map_options.yml b/changelogs/fragments/T6821_route_map_options.yml new file mode 100644 index 00000000..6d1e974b --- /dev/null +++ b/changelogs/fragments/T6821_route_map_options.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - vyos_route_maps - add support for as-path-prepend policy option -- cgit v1.2.3