mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Back out last commit. /etc/rc.newwanip is supposed to trigger the filter reload
This commit is contained in:
parent
897838a8c2
commit
4a3fd398ce
@ -167,8 +167,6 @@ add_new_resolv_conf() {
|
||||
# Must be used on exit. Invokes the local dhcp client exit hooks, if any.
|
||||
exit_with_hooks() {
|
||||
/etc/rc.newwanip
|
||||
# trigger filter reload
|
||||
touch /tmp/filter_dirty
|
||||
# probably should do something with exit status of the local script
|
||||
exit 0
|
||||
}
|
||||
@ -270,7 +268,4 @@ TIMEOUT)
|
||||
;;
|
||||
esac
|
||||
|
||||
# trigger filter reload
|
||||
touch /tmp/filter_dirty
|
||||
|
||||
exit_with_hooks 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user