diff --git a/plinth/modules/networks/forms.py b/plinth/modules/networks/forms.py index f8a27f0d2..7b6fa384c 100644 --- a/plinth/modules/networks/forms.py +++ b/plinth/modules/networks/forms.py @@ -115,7 +115,7 @@ class ConnectionForm(forms.Form): 'connection from this network')), ('ignore', _('Ignore: Ignore this addressing method')), ('disabled', _('Disabled: Disable IPv6 for this connection')), - ]) + ], initial='auto') ipv6_address = forms.CharField( label=_('Address'), validators=[validators.validate_ipv6_address], required=False)