diff options
author | hagbard <vyosdev@derith.de> | 2018-10-02 15:18:26 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2018-10-02 15:18:26 -0700 |
commit | 96bf00fa60ce3112614ca1607f3423105412948c (patch) | |
tree | 3f096300caa1d3d25346504f87d37b19d4b5ef35 | |
parent | 1f728f517e41006a2da0b9302ba9619d937767d6 (diff) | |
download | vyos-documentation-96bf00fa60ce3112614ca1607f3423105412948c.tar.gz vyos-documentation-96bf00fa60ce3112614ca1607f3423105412948c.zip |
Changed heading for policy routing, since it doesn't below to bgp or ospf and can be used without any dynamic routing protocol.
-rw-r--r-- | docs/ch06-routing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ch06-routing.rst b/docs/ch06-routing.rst index a14f9f4b..23677bc8 100644 --- a/docs/ch06-routing.rst +++ b/docs/ch06-routing.rst @@ -250,7 +250,7 @@ Route filter can be applied using a route-map: We could expand on this and also deny link local and multicast in the rule 20 action deny. Policy Routing -^^^^^^^^^^^^^^ +============== VyOS supports Policy Routing, allowing traffic to be assigned to a different routing table. Traffic can be matched using standard 5-tuple matching (source address, destination address, protocol, source port, destination port). |