mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
setup bridge(s) after destroying
This commit is contained in:
parent
233232e13e
commit
1dd452d633
@ -191,6 +191,7 @@ if ($_POST) {
|
||||
$bridge = discover_bridge($optcfg['if'], filter_translate_type_to_real_interface($optcfg['bridge']));
|
||||
if($bridge <> "-1") {
|
||||
destroy_bridge($bridge);
|
||||
setup_bridge();
|
||||
}
|
||||
|
||||
unset($optcfg['dhcphostname']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user