diff options
Diffstat (limited to 'docs/routing/index.rst')
-rw-r--r-- | docs/routing/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/routing/index.rst b/docs/routing/index.rst new file mode 100644 index 00000000..cdf313ac --- /dev/null +++ b/docs/routing/index.rst @@ -0,0 +1,20 @@ +.. _routing: + +Routing +======= + +VyOS is a "router first" network operating system. It supports static routing, +policy routing, and dynamic routing using standard protocols (RIP, OSPF, and +BGP). + +.. toctree:: + :maxdepth: 2 + :hidden: + + arp + bgp + ospf + pbr + rip + static + |