diff options
Diffstat (limited to 'docs/ch06-routing.rst')
-rw-r--r-- | docs/ch06-routing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ch06-routing.rst b/docs/ch06-routing.rst index 165cb99f..5efe6442 100644 --- a/docs/ch06-routing.rst +++ b/docs/ch06-routing.rst @@ -30,8 +30,8 @@ leaking. set protocols static route 172.16.0.0/12 blackhole distance '254' set protocols static route 192.168.0.0/16 blackhole distance '254' -Note that 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. RIP --- |