mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Up the interface
This commit is contained in:
parent
52ea4f45fc
commit
9d1973b04e
@ -815,6 +815,8 @@ function interfaces_wan_configure() {
|
||||
mwexec("/sbin/route delete default");
|
||||
mwexec("/sbin/route add default " . escapeshellarg($config['interfaces']['wan']['gateway']));
|
||||
|
||||
mwexec("/sbin/ifconfig {$wancfg['if']} up");
|
||||
|
||||
/* resync pf (done automatically for DHCP/PPPoE/PPTP) */
|
||||
filter_configure();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user