summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-21 20:46:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-21 20:46:41 +0000
commit4a3fd398cec31e206bb51da2ba83f5f4b32238be (patch)
tree1a294f0f300eb7b0f07084dac1fdcf4b58f8b1c7 /sbin
parent897838a8c27e6903c74881c5d312e6b166052b26 (diff)
downloadpfsense-4a3fd398cec31e206bb51da2ba83f5f4b32238be.zip
pfsense-4a3fd398cec31e206bb51da2ba83f5f4b32238be.tar.gz
Back out last commit. /etc/rc.newwanip is supposed to trigger the filter reload
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/dhclient-script5
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/dhclient-script b/sbin/dhclient-script
index 2e35730..bbc537b 100755
--- a/sbin/dhclient-script
+++ b/sbin/dhclient-script
@@ -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
OpenPOWER on IntegriCloud