diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/routing/static.rst | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/docs/routing/static.rst b/docs/routing/static.rst index 52a73354..d498fbf8 100644 --- a/docs/routing/static.rst +++ b/docs/routing/static.rst @@ -34,6 +34,9 @@ Static Routes     Range is 1 to 255, default is 1. +   .. note:: Routes with a distance of 255 are effectively disabled and not +      installed into the kernel. +  .. cfgcmd:: set protocols static route6 <subnet> next-hop <address>     Configure next-hop `<address>` for an IPv6 static route. Multiple static @@ -50,8 +53,8 @@ Static Routes     Range is 1 to 255, default is 1. -.. note:: Routes with a distance of 255 are effectively disabled and not -   installed into the kernel. +   .. note:: Routes with a distance of 255 are effectively disabled and not +      installed into the kernel.  Interface Routes | 
