From: Lorenzo Bianconi Date: Thu, 29 Mar 2018 09:02:25 +0000 (+0200) Subject: Documentation: ip-sysctl.txt: clarify disable_ipv6 X-Git-Tag: v5.15~9146^2~42^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f0aaf7fb11c90645bbda447c1d26f5b0b04e984;p=platform%2Fkernel%2Flinux-starfive.git Documentation: ip-sysctl.txt: clarify disable_ipv6 Clarify that when disable_ipv6 is enabled even the ipv6 routes are deleted for the selected interface and from now it will not be possible to add addresses/routes to that interface Signed-off-by: Lorenzo Bianconi Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 1d11207..33f35f0 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -1703,7 +1703,9 @@ disable_ipv6 - BOOLEAN interface and start Duplicate Address Detection, if necessary. When this value is changed from 0 to 1 (IPv6 is being disabled), - it will dynamically delete all address on the given interface. + it will dynamically delete all addresses and routes on the given + interface. From now on it will not possible to add addresses/routes + to the selected interface. accept_dad - INTEGER Whether to accept DAD (Duplicate Address Detection).