diff options
author | Robert Göhler <github@ghlr.de> | 2025-03-25 08:20:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-25 08:20:27 +0100 |
commit | 840b04bf19f01e35f361c4840fd9d9b4fb2a6311 (patch) | |
tree | 643855a46c81280b554bcd7e61a531d3c295a9e7 | |
parent | 90c48fbd0c25672ebd89473185b1f09df2dd4af8 (diff) | |
parent | 10547374e3645353455e39fe40e3ecceee6f0d2f (diff) | |
download | vyos-documentation-840b04bf19f01e35f361c4840fd9d9b4fb2a6311.tar.gz vyos-documentation-840b04bf19f01e35f361c4840fd9d9b4fb2a6311.zip |
Merge pull request #1612 from aapostoliuk/T7158-current
policy: T7158: Added match source-vrf to route-map
-rw-r--r-- | docs/configuration/policy/route-map.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/policy/route-map.rst b/docs/configuration/policy/route-map.rst index 03cdb99b..a2313466 100644 --- a/docs/configuration/policy/route-map.rst +++ b/docs/configuration/policy/route-map.rst @@ -179,6 +179,10 @@ Route Map Match RPKI validation result. +.. cfgcmd:: set policy route-map <text> rule <1-65535> match source-vrf <text> + + Source VRF to match. + .. cfgcmd:: set policy route-map <text> rule <1-65535> match tag <1-65535> Route tag to match. |