diff options
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. |