Fixed IPMI VLAN configuration
- Closed: #1892 Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
committed by
Christian Goll
parent
7f8063835d
commit
987eeb019b
@@ -38,7 +38,7 @@ if [ -n "$WWIPMI_VLAN" ]; then
|
||||
echo "IPMI VLAN: $WWIPMI_VLAN"
|
||||
else
|
||||
echo "IPMI VLAN: $prev_vlan -> $WWIPMI_VLAN"
|
||||
echo ipmitool lan set 1 vlan id "$WWIPMI_VLAN"
|
||||
ipmitool lan set 1 vlan id "$WWIPMI_VLAN"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user