diff options
author | srividya0208 <a.srividya@vyos.io> | 2025-03-07 06:42:31 -0500 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2025-03-07 06:42:31 -0500 |
commit | 247903a4f951879a2d726f14e0835508abe62adb (patch) | |
tree | 4fe335f6e7037f8c136c9be8a4cd92fe854db44d | |
parent | de7cf37106e03b37449f628240d02cc037849a95 (diff) | |
download | vyos-documentation-247903a4f951879a2d726f14e0835508abe62adb.tar.gz vyos-documentation-247903a4f951879a2d726f14e0835508abe62adb.zip |
pbr:added details about missing command
-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> |