pbr: fix typos

This commit is contained in:
maehdros 2020-01-27 19:58:50 +01:00 committed by Christian Poessinger
parent 5e650e97c9
commit d5c25cf25d

View File

@ -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.
using the main routing table.