mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-06 00:59:13 +00:00
rspconfig vlan= only accepted values 1-4096 with no way to disable VLAN tagging. Users had to resort to raw IPMI commands to clear a stale VLAN after ip=dhcp. - Accept vlan=off/disable/disabled to clear VLAN tagging via standard IPMI parameter 0x14 with the enable bit unset - Fix valid range from 1-4096 to 1-4094 (IEEE 802.1Q) - Use strict digit matching to reject malformed inputs To clear VLAN after a DHCP reset: rspconfig <node> vlan=off Tested on Supermicro IPMI BMC (10.20.0.51). Partially addresses #3725