I am trying to set up unraid in a way that I can put the containers in different VLANs. One issue I keep running into is that because UnRaid autocreates docker macvlan for each new VLAN bridge, I am unable to create a new docker macvlan in the same network. Either the gateway IP cannot be used because it is already in use, or if there is no gateway assigned then the containers can only communicate within that VLAN, and not be able to cross VLANS. As for using the docker macvlans created by UnRaid, this has some practical issues. Because an IP range cannot be selected, Docker is able to allocate addresses from the entire subnet, potentially overlapping with the DHCP range. I would like to request that a toggle be added to the network settings for each VLAN, that controls whether or not the Docker macvlan is automatically created. An alternate solution may be to add a field for Docker IP ranges when creating a new VLAN, but users may run into the same problems with this approach if they need to make any changes to the macvlan, such as adding aux addresses.