summaryrefslogtreecommitdiff
path: root/docs/vrf.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-06 19:40:28 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-06 19:40:30 +0100
commitb0f92b9b300272af785ee2c823a6a21b3cdd23f5 (patch)
tree245eae519e81623d8c1e9b77552d502c47ebe767 /docs/vrf.rst
parent2d5a0f5798fb7fcd322d55aec3152164a475da76 (diff)
downloadvyos-documentation-b0f92b9b300272af785ee2c823a6a21b3cdd23f5.tar.gz
vyos-documentation-b0f92b9b300272af785ee2c823a6a21b3cdd23f5.zip
vrf: remove interface-route(6) from documentation (cur. not available)
Diffstat (limited to 'docs/vrf.rst')
-rw-r--r--docs/vrf.rst38
1 files changed, 0 insertions, 38 deletions
diff --git a/docs/vrf.rst b/docs/vrf.rst
index 3319fc4a..be2f7356 100644
--- a/docs/vrf.rst
+++ b/docs/vrf.rst
@@ -109,44 +109,6 @@ Static Routes
installed into the kernel.
-Interface Routes
-""""""""""""""""
-
-.. cfgcmd:: set protocols vrf <name> static interface-route <subnet> next-hop-interface <interface>
-
- Allows you to configure the next-hop interface for an interface-based IPv4
- static route. `<interface>` will be the next-hop interface where trafic is
- routed for the given `<subnet>`.
-
-.. cfgcmd:: set protocols vrf <name> static interface-route <subnet> next-hop-interface <interface> disable
-
- Disables interface-based IPv4 static route.
-
-.. cfgcmd:: set protocols vrf <name> static interface-route <subnet> next-hop-interface <interface> distance <distance>
-
- Defines next-hop distance for this route, routes with smaller administrative
- distance are elected prior those with a higher distance.
-
- Range is 1 to 255, default is 1.
-
-.. cfgcmd:: set protocols vrf <name> static interface-route6 <subnet> next-hop-interface <interface>
-
- Allows you to configure the next-hop interface for an interface-based IPv6
- static route. `<interface>` will be the next-hop interface where trafic is
- routed for the given `<subnet>`.
-
-.. cfgcmd:: set protocols vrf <name> static interface-route6 <subnet> next-hop-interface <interface> disable
-
- Disables interface-based IPv6 static route.
-
-.. cfgcmd:: set protocols vrf <name> static interface-route6 <subnet> next-hop-interface <interface> distance <distance>
-
- Defines next-hop distance for this route, routes with smaller administrative
- distance are elected prior those with a higher distance.
-
- Range is 1 to 255, default is 1.
-
-
Blackhole
"""""""""