diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-28 20:06:06 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-28 20:06:25 +0100 |
commit | 5b2cde1eaa46968a32e1c84bc9dd4b239b0020b6 (patch) | |
tree | f7e76d8be0b219bc1d2400c3254fd464aa79ca69 /docs/routing/pbr.rst | |
parent | 7929d33885a1cdaaed646604fa732d5a19aff2ab (diff) | |
download | vyos-documentation-5b2cde1eaa46968a32e1c84bc9dd4b239b0020b6.tar.gz vyos-documentation-5b2cde1eaa46968a32e1c84bc9dd4b239b0020b6.zip |
routing: adjust chapter headers
Diffstat (limited to 'docs/routing/pbr.rst')
-rw-r--r-- | docs/routing/pbr.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/routing/pbr.rst b/docs/routing/pbr.rst index 797f79e3..2a1a56bc 100644 --- a/docs/routing/pbr.rst +++ b/docs/routing/pbr.rst @@ -2,8 +2,9 @@ .. _routing-pbr: +### PBR ---- +### :abbr:`PBR (Policy-Based Routing)` allowing traffic to be assigned to different routing tables. Traffic can be matched using standard 5-tuple @@ -11,7 +12,7 @@ matching (source address, destination address, protocol, source port, destination port). Transparent Proxy -^^^^^^^^^^^^^^^^^ +================= The following example will show how VyOS can be used to redirect web traffic to an external transparent proxy: @@ -45,7 +46,7 @@ interface, we use: Multiple Uplinks -^^^^^^^^^^^^^^^^ +================ VyOS Policy-Based Routing (PBR) works by matching source IP address ranges and forwarding the traffic using different routing tables. |