]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Add documentation about use_oif_addrs_only
authorDonald Sharp <sharpd@nvidia.com>
Sat, 7 Aug 2021 12:06:26 +0000 (08:06 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 20 Oct 2021 13:37:44 +0000 (09:37 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
doc/user/zebra.rst

index 5eb97ff06d309644ab9ad2e5a2b9791fdd6703bb..fcb1df612c2e45577c132f3651c1642478ffa4c7 100644 (file)
@@ -1353,6 +1353,15 @@ Optional sysctl settings
    When ndisc_notify is set to 0, no U-NA is sent.
    When ndisc_notify is set to 1, a U-NA is sent when the interface comes UP.
 
+Useful sysctl settings
+----------------------
+
+.. option:: net.ipv6.conf.all.use_oif_addrs_only=1
+
+   When enabled, the candidate source addresses for destinations routed via this interface are
+   restricted to the set of addresses configured on this interface (RFC 6724 section 4).  If
+   an operator has hundreds of IP addresses per interface this solves the latency problem.
+
 Debugging
 =========