diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-09-18 21:42:24 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 21:42:24 +0700 |
commit | 9e539281ea71a15d0b336f6d424de0fe78b42ace (patch) | |
tree | 4edf21437829e18984ad5612e5b375ef505853ce /docs | |
parent | d66729b987219e46e2f5d7617e7573e5b9f23f54 (diff) | |
parent | 3af5b2f68f2a20dc515376a1af08e1f1d4861aea (diff) | |
download | vyos-documentation-9e539281ea71a15d0b336f6d424de0fe78b42ace.tar.gz vyos-documentation-9e539281ea71a15d0b336f6d424de0fe78b42ace.zip |
Merge pull request #109 from kroy-the-rabbit/patch-4
Example was broken
Diffstat (limited to 'docs')
-rw-r--r-- | docs/routing/pbr.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/routing/pbr.rst b/docs/routing/pbr.rst index a8ee9e87..62dfcaec 100644 --- a/docs/routing/pbr.rst +++ b/docs/routing/pbr.rst @@ -73,9 +73,9 @@ Add policy route matching VLAN source addresses set policy route PBR rule 20 description 'Route VLAN10 traffic to table 10' set policy route PBR rule 20 source address '192.168.188.0/24' - set policy route PBR rule 20 set table '11' - set policy route PBR rule 20 description 'Route VLAN11 traffic to table 11' - set policy route PBR rule 20 source address '192.168.189.0/24' + set policy route PBR rule 30 set table '11' + set policy route PBR rule 30 description 'Route VLAN11 traffic to table 11' + set policy route PBR rule 30 source address '192.168.189.0/24' Apply routing policy to **inbound** direction of out VLAN interfaces |