mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-26 15:30:45 +01:00
Allow multiple VLANS on single jail vnet
This commit is contained in:
@@ -3,5 +3,5 @@ ARG VLANID
|
||||
ARG IFCONFIG="SYNCDHCP"
|
||||
|
||||
SYSRC ifconfig_${JAIL_VNET}="up"
|
||||
SYSRC vlans_${JAIL_VNET}="${VLANID}"
|
||||
SYSRC vlans_${JAIL_VNET}+="${VLANID}"
|
||||
SYSRC ifconfig_${JAIL_VNET}_${VLANID}="${IFCONFIG}"
|
||||
|
||||
Reference in New Issue
Block a user