From 64447e2b3c4c247fb8b47df5c90c4f78948a00c8 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:32:43 -0700 Subject: [PATCH] vlans: Add Bastillefile --- .../share/bastille/templates/default/vlan/Bastillefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 usr/local/share/bastille/templates/default/vlan/Bastillefile diff --git a/usr/local/share/bastille/templates/default/vlan/Bastillefile b/usr/local/share/bastille/templates/default/vlan/Bastillefile new file mode 100644 index 00000000..6d594446 --- /dev/null +++ b/usr/local/share/bastille/templates/default/vlan/Bastillefile @@ -0,0 +1,6 @@ +ARG VLANID +ARG IFCONFIG="SYNCDHCP" + +SYSRC ifconfig_vnet0="up" +SYSRC vlans_vnet0="${VLANID}" +SYSRC ifconfig_vnet0_${VLANID}="${IFCONFIG}"