mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-10 05:12:54 +02:00
Show management bond option consistently
This commit is contained in:
@@ -292,6 +292,16 @@ if ! [[ -f $install_opt_file ]]; then
|
||||
# Warn about the dangers of DHCP
|
||||
whiptail_dhcp_warn
|
||||
whiptail_management_nic
|
||||
if [[ $MNIC == "bond1" ]]; then
|
||||
whiptail_dhcp_or_static
|
||||
|
||||
if [ "$address_type" != 'DHCP' ]; then
|
||||
collect_int_ip_mask
|
||||
collect_gateway
|
||||
collect_dns
|
||||
collect_dns_domain
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
# Initializing the network based on the previous information
|
||||
network_init
|
||||
|
||||
Reference in New Issue
Block a user