From 3f291d3ed5af518dc72ba15b6df5d04505af76b5 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 3 Apr 2018 14:58:38 -0400 Subject: [PATCH] Setup Script - Set the MTU placeholder --- so-setup-network.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/so-setup-network.sh b/so-setup-network.sh index bfdfa3c33..00872fb32 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -354,6 +354,14 @@ whiptail_bond_nics() { } +#whiptail_bond_nics_mtu() { + + # Add the ability to set the MTU on the monitor interface + #local exitstatus=$? + #whiptail_check_exitstatus $exitstatus + +#} + whiptail_cancel() { whiptail --title "Security Onion Setup" --msgbox "Cancelling Setup. No changes have been made." 8 78 exit