diff options
author | Robert Göhler <github@ghlr.de> | 2025-03-07 21:30:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-07 21:30:05 +0100 |
commit | 6aca664962776744cff7f182434fa2e0389f53bc (patch) | |
tree | f7a96e5d3c8ccff514ae239337f23126212d0bdc /docs/configuration | |
parent | aaecbb04531ac7d1d54bc7c45a7af0255bd4e7c2 (diff) | |
parent | 247903a4f951879a2d726f14e0835508abe62adb (diff) | |
download | vyos-documentation-6aca664962776744cff7f182434fa2e0389f53bc.tar.gz vyos-documentation-6aca664962776744cff7f182434fa2e0389f53bc.zip |
Merge pull request #1606 from srividya0208/pbr_int
pbr:added details about missing command
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/policy/route.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/policy/route.rst b/docs/configuration/policy/route.rst index 45975774..b818d238 100644 --- a/docs/configuration/policy/route.rst +++ b/docs/configuration/policy/route.rst @@ -24,6 +24,11 @@ from 1 - 999999, at the first match the action of the rule will be executed. Option to log packets hitting default-action. +.. cfgcmd:: set policy route <name> interface <interface> +.. cfgcmd:: set policy route6 <name> interface <interface> + + Apply routing policy to interface + .. cfgcmd:: set policy route <name> rule <n> description <text> .. cfgcmd:: set policy route6 <name> rule <n> description <text> |