diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-08 07:27:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-08 07:27:52 +0200 |
commit | 295d003f16c9e6a820140a4619dc446111eb09e8 (patch) | |
tree | ee92f697f219837e770e30a087d66854cb2d17ee /docs/configuration/system | |
parent | 3111bb5cfb0c304e0d085737c0858283356d6782 (diff) | |
download | vyos-documentation-295d003f16c9e6a820140a4619dc446111eb09e8.tar.gz vyos-documentation-295d003f16c9e6a820140a4619dc446111eb09e8.zip |
ipv6: disable address-family is no longer supporte din 1.4
Diffstat (limited to 'docs/configuration/system')
-rw-r--r-- | docs/configuration/system/ipv6.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst index cba5c0e0..19016e7b 100644 --- a/docs/configuration/system/ipv6.rst +++ b/docs/configuration/system/ipv6.rst @@ -5,11 +5,6 @@ IPv6 System configuration commands ----------------------------- -.. cfgcmd:: set system ipv6 disable - - Use this command to disable assignment of IPv6 addresses on all - interfaces. - .. cfgcmd:: set system ipv6 disable-forwarding Use this command to disable IPv6 forwarding on all interfaces. @@ -179,4 +174,4 @@ Reset commands .. opcmd:: reset ipv6 route cache Use this command to flush the kernel IPv6 route cache. - An address can be added to flush it only for that route.
\ No newline at end of file + An address can be added to flush it only for that route. |