diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-05-16 07:55:33 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-16 07:55:33 +1000 |
| commit | cd2f41d34ff22ea7719348ec18a30f1c499b72c8 (patch) | |
| tree | 0d1adfa900eea95c71f0058c8d929a528ed1850a /changelogs | |
| parent | 098f31c6fe7a6310594656efc0af5a2739ede82b (diff) | |
| download | vyos.vyos-cd2f41d34ff22ea7719348ec18a30f1c499b72c8.tar.gz vyos.vyos-cd2f41d34ff22ea7719348ec18a30f1c499b72c8.zip | |
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
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/fragments/T6821_route_map_options.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
