vnet: modify descr variable

This commit is contained in:
tschettervictor
2025-11-02 15:30:13 -07:00
committed by GitHub
parent 7ae1e2697e
commit e8d564a695

View File

@@ -8,7 +8,7 @@ ARG IFCONFIG6
SYSRC ifconfig_${INTERFACE}_name=${VNET}
SYSRC ifconfig_${VNET}="${IFCONFIG}"
SYSRC ifconfig_${VNET}_descr="${VNET}:${EXT_INTERFACE}"
SYSRC ifconfig_${VNET}_descr="${EXT_INTERFACE} jail interface"
# Apply IFCONFIG6 if set
CMD if [ -n "${IFCONFIG6}" ]; then /usr/sbin/sysrc ifconfig_${VNET}_ipv6="${IFCONFIG6}"; fi