diff options
author | kroy-the-rabbit <kroy@kroy.io> | 2019-09-18 09:37:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 09:37:23 -0500 |
commit | 3af5b2f68f2a20dc515376a1af08e1f1d4861aea (patch) | |
tree | 4edf21437829e18984ad5612e5b375ef505853ce /docs/routing | |
parent | d66729b987219e46e2f5d7617e7573e5b9f23f54 (diff) | |
download | vyos-documentation-3af5b2f68f2a20dc515376a1af08e1f1d4861aea.tar.gz vyos-documentation-3af5b2f68f2a20dc515376a1af08e1f1d4861aea.zip |
Example was broken
Example rule 20 was used twice
Diffstat (limited to 'docs/routing')
-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 |