diff options
author | Lorenzo Bianconi <lorenzo.bianconi@redhat.com> | 2018-03-29 11:02:25 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-30 12:20:52 -0400 |
commit | 2f0aaf7fb11c90645bbda447c1d26f5b0b04e984 (patch) | |
tree | cd4473489e416a897bb1c4fa6b9354024523fd6f /Documentation/networking | |
parent | 428604fb118facce1309670779a35baf27ad044c (diff) | |
download | blackbird-op-linux-2f0aaf7fb11c90645bbda447c1d26f5b0b04e984.tar.gz blackbird-op-linux-2f0aaf7fb11c90645bbda447c1d26f5b0b04e984.zip |
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 <lorenzo.bianconi@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 1d1120753ae8..33f35f049ad5 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). |