diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-11-26 21:18:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 21:18:49 +0100 |
commit | 0c16a0686968f2f3a9de688f1bc5a0b41a7d49c4 (patch) | |
tree | 6efb7b0f8a5a6c4feff5b2ac1b46299063a6bd34 /doc | |
parent | Merge pull request #4977 from chiragshah6/evpn_dev1 (diff) | |
parent | pbrd: Add `set vrf NAME` and `set vrf unchanged` (diff) | |
download | frr-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.rst | 8 |
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 |