summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2019-11-26 21:18:49 +0100
committerGitHub <noreply@github.com>2019-11-26 21:18:49 +0100
commit0c16a0686968f2f3a9de688f1bc5a0b41a7d49c4 (patch)
tree6efb7b0f8a5a6c4feff5b2ac1b46299063a6bd34 /doc
parentMerge pull request #4977 from chiragshah6/evpn_dev1 (diff)
parentpbrd: Add `set vrf NAME` and `set vrf unchanged` (diff)
downloadfrr-0c16a0686968f2f3a9de688f1bc5a0b41a7d49c4.tar.xz
frr-0c16a0686968f2f3a9de688f1bc5a0b41a7d49c4.zip
Merge pull request #5284 from sworleys/PBR-Add-NH-Table-2
pbrd: Add `set vrf NAME` and `set vrf unchanged`
Diffstat (limited to 'doc')
-rw-r--r--doc/user/pbr.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/pbr.rst b/doc/user/pbr.rst
index fab4343f5..68e460748 100644
--- a/doc/user/pbr.rst
+++ b/doc/user/pbr.rst
@@ -107,6 +107,14 @@ end destination.
Use this individual nexthop as the place to forward packets when the match
commands have matched a packet.
+.. clicmd:: set vrf unchanged|NAME
+
+ If unchanged is set, the rule will use the vrf table the interface is in
+ as its lookup. If NAME is specified, the rule will use that vrf table as
+ its lookup.
+
+ Not supported with NETNS VRF backend.
+
.. _pbr-policy:
PBR Policy