From 73edff0a21f8486a2c416537b72dda60c1885462 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 17 Nov 2019 20:20:16 +0100 Subject: Replace all RFC links with proper :rfc: syntax --- docs/routing/static.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/routing/static.rst') diff --git a/docs/routing/static.rst b/docs/routing/static.rst index 4faa2451..b2c7833a 100644 --- a/docs/routing/static.rst +++ b/docs/routing/static.rst @@ -13,7 +13,7 @@ not make use of DHCP or dynamic routing protocols: set protocols static route 0.0.0.0/0 next-hop 10.1.1.1 distance '1' Another common use of static routes is to blackhole (drop) traffic. In the -example below, RFC1918_ networks are set as blackhole routes. +example below, :rfc:`1918` networks are set as blackhole routes. This prevents these networks leaking out public interfaces, but it does not prevent them from being used as the most specific route has the highest priority. @@ -26,5 +26,3 @@ them from being used as the most specific route has the highest priority. .. note:: Routes with a distance of 255 are effectively disabled and not installed into the kernel. - -.. _RFC1918: https://tools.ietf.org/html/rfc1918 -- cgit v1.2.3