DockerSettings: ipvlan should come before macvlan in selection list

This commit is contained in:
Tom Mortensen
2022-11-20 13:07:34 -08:00
parent d59a33d049
commit 677ff2b024
2 changed files with 4 additions and 4 deletions
@@ -245,8 +245,8 @@ _(Template Authoring Mode)_:
_(Docker custom network type)_:
: <select name="DOCKER_NETWORK_TYPE">
<?=mk_option($dockercfg['DOCKER_NETWORK_TYPE'], '', _('macvlan'))?>
<?=mk_option($dockercfg['DOCKER_NETWORK_TYPE'], '1', _('ipvlan'))?>
<?=mk_option($dockercfg['DOCKER_NETWORK_TYPE'], '', _('macvlan'))?>
</select>&nbsp;_(Please read the Help carefully)_. _(Misconfiguration can cause problems)_.
:docker_custom_network_type_help: