diff options
author | maehdros <bruno@maehdros.com> | 2020-01-27 19:58:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-27 19:58:50 +0100 |
commit | d5c25cf25d08b35d04a36fd6c843658633c9f838 (patch) | |
tree | cec137040900094d858ba54309339080edfd01d6 /docs/routing/pbr.rst | |
parent | 5e650e97c91d715d29548ae1eb8994b596ed0bb0 (diff) | |
download | vyos-documentation-d5c25cf25d08b35d04a36fd6c843658633c9f838.tar.gz vyos-documentation-d5c25cf25d08b35d04a36fd6c843658633c9f838.zip |
pbr: fix typos
Diffstat (limited to 'docs/routing/pbr.rst')
-rw-r--r-- | docs/routing/pbr.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/routing/pbr.rst b/docs/routing/pbr.rst index 24cc8498..005bb730 100644 --- a/docs/routing/pbr.rst +++ b/docs/routing/pbr.rst @@ -48,9 +48,9 @@ forwarding the traffic using different routing tables. Routing tables that will be used in this example are: -* ``table 10`` Routing tabled used for VLAN 10 (192.168.188.0/24) -* ``table 11`` Routing tabled used for VLAN 11 (192.168.189.0/24) -* ``main`` Routing table used by VyOS and other interfaces not paritipating in +* ``table 10`` Routing table used for VLAN 10 (192.168.188.0/24) +* ``table 11`` Routing table used for VLAN 11 (192.168.189.0/24) +* ``main`` Routing table used by VyOS and other interfaces not participating in PBR .. figure:: ../_static/images/pbr_example_1.png @@ -97,4 +97,4 @@ Apply routing policy to **inbound** direction of out VLAN interfaces set policy route PBR rule 10 set table 'main' .. note:: Allows the VLAN10 and VLAN20 hosts to communicate with each other - using the main routing table.
\ No newline at end of file + using the main routing table. |