mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Bond NICs array expansion
This commit is contained in:
@@ -395,7 +395,7 @@ create_sensor_bond() {
|
|||||||
ethernet.mtu $MTU \
|
ethernet.mtu $MTU \
|
||||||
connection.autoconnect "yes" >> $SETUPLOG 2>&1
|
connection.autoconnect "yes" >> $SETUPLOG 2>&1
|
||||||
|
|
||||||
for BNIC in "${BNICS[@]}"; do
|
for BNIC in ${BNICS[@]}; do
|
||||||
BONDNIC="$(echo -e "${BNIC}" | tr -d '"')" # Strip the quotes from the NIC names
|
BONDNIC="$(echo -e "${BNIC}" | tr -d '"')" # Strip the quotes from the NIC names
|
||||||
|
|
||||||
# Check if specific offload features are able to be disabled
|
# Check if specific offload features are able to be disabled
|
||||||
|
|||||||
Reference in New Issue
Block a user