mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix function which should fix default gw handling for dynamic interfaces.
This commit is contained in:
parent
0276fe8b2f
commit
2cdf37c6f9
@ -102,7 +102,7 @@ filter_configure();
|
||||
enable_rrd_graphing();
|
||||
|
||||
/* update the gateway group items gateway */
|
||||
update_gateway_groups_defaultroute_dhclient($interface);
|
||||
update_gateway_groups_defaultroute($interface);
|
||||
|
||||
/* restart packages */
|
||||
if($old_ip <> "") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user