Skip to content

Commit

Permalink
rc.linkup: filter_configure() needs to be called after stop/start dev…
Browse files Browse the repository at this point in the history
…d action to assure default gateway switching actual has the change to do something

https://github.com/opnsense/core/blob/04d4f50cca67f93335f801214276f86bfbb41144/src/etc/inc/filter.inc#L291-L307

for #3961
  • Loading branch information
AdSchellevis committed Mar 10, 2020
1 parent 535c851 commit 0e2751d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/rc.linkup
Expand Up @@ -72,6 +72,7 @@ function handle_argument_group($iface, $argument2)
interface_configure(false, $iface, true, true);
break;
}
filter_configure();
}
}
}
Expand Down

0 comments on commit 0e2751d

Please sign in to comment.