From b0f92b9b300272af785ee2c823a6a21b3cdd23f5 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 6 Mar 2020 19:40:28 +0100 Subject: vrf: remove interface-route(6) from documentation (cur. not available) --- docs/vrf.rst | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'docs') 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 static interface-route next-hop-interface - - Allows you to configure the next-hop interface for an interface-based IPv4 - static route. `` will be the next-hop interface where trafic is - routed for the given ``. - -.. cfgcmd:: set protocols vrf static interface-route next-hop-interface disable - - Disables interface-based IPv4 static route. - -.. cfgcmd:: set protocols vrf static interface-route next-hop-interface 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 static interface-route6 next-hop-interface - - Allows you to configure the next-hop interface for an interface-based IPv6 - static route. `` will be the next-hop interface where trafic is - routed for the given ``. - -.. cfgcmd:: set protocols vrf static interface-route6 next-hop-interface disable - - Disables interface-based IPv6 static route. - -.. cfgcmd:: set protocols vrf static interface-route6 next-hop-interface 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 """"""""" -- cgit v1.2.3