diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-08 07:29:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-08 07:29:51 +0200 |
commit | c9d1eec588e0f6b8ff493c157554b50a01b377aa (patch) | |
tree | 16a39919322c8a239575347fa3348c75b6d40372 | |
parent | 6c20c06b4f5bc10ed99bd784d851b601851edec2 (diff) | |
download | vyos-documentation-c9d1eec588e0f6b8ff493c157554b50a01b377aa.tar.gz vyos-documentation-c9d1eec588e0f6b8ff493c157554b50a01b377aa.zip |
ipv6: add deprecation notice for "ipv6 disable" system option
-rw-r--r-- | docs/configuration/system/ipv6.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst index cba5c0e0..763b834c 100644 --- a/docs/configuration/system/ipv6.rst +++ b/docs/configuration/system/ipv6.rst @@ -10,6 +10,9 @@ System configuration commands Use this command to disable assignment of IPv6 addresses on all interfaces. + .. note:: This command is deprecated in VyOS 1.3 (equuleus) and removed in + VyOS 1.4 (sagitta). IPv6 address family can no longer be disabled. + .. cfgcmd:: set system ipv6 disable-forwarding Use this command to disable IPv6 forwarding on all interfaces. |