summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-21 20:54:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-21 20:54:59 +0000
commitc9f9573b4b9dd9617e353359c587048f1b06b28d (patch)
tree6009ad900a2fee5492bc65792197e0c2ac99040a /sbin
parent9c1c75f4d2b7982b20e8a89f20cfd701262c79fa (diff)
downloadpfsense-c9f9573b4b9dd9617e353359c587048f1b06b28d.zip
pfsense-c9f9573b4b9dd9617e353359c587048f1b06b28d.tar.gz
Pass the interface in question. We're multi-wan now.
Pointy-hat-to: GeekGod
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/dhclient-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient-script b/sbin/dhclient-script
index bbc537b..89a00a0 100755
--- a/sbin/dhclient-script
+++ b/sbin/dhclient-script
@@ -166,7 +166,7 @@ add_new_resolv_conf() {
# Must be used on exit. Invokes the local dhcp client exit hooks, if any.
exit_with_hooks() {
- /etc/rc.newwanip
+ /etc/rc.newwanip {$interface}
# probably should do something with exit status of the local script
exit 0
}
OpenPOWER on IntegriCloud