summaryrefslogtreecommitdiff
path: root/docs/routing/index.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-06-20 12:12:23 +0200
committerChristian Poessinger <christian@poessinger.com>2019-06-20 12:47:56 +0200
commit41d2d62e6948f0978f09b7350b1897168efec9f2 (patch)
tree3fb5f4760f083d7db86eb50dc18457d18b032bc5 /docs/routing/index.rst
parent57e4b8d6641a4cba327e5da55b3df06ef9060f2c (diff)
downloadvyos-documentation-41d2d62e6948f0978f09b7350b1897168efec9f2.tar.gz
vyos-documentation-41d2d62e6948f0978f09b7350b1897168efec9f2.zip
routing: split routing protocols into individual files
Diffstat (limited to 'docs/routing/index.rst')
-rw-r--r--docs/routing/index.rst20
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
+