summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-10-06 22:23:03 +0000
committerErmal Luçi <eri@pfsense.org>2008-10-06 22:23:03 +0000
commitdf4ae7c832e3feeced728d3275dfb322d8dbdfb8 (patch)
treeb4c55c4a1eba40852f5c8d144666511b7a2f8f75 /etc/rc.linkup
parent1f5309a3a53a7c3635422ea85930fce68bfa5110 (diff)
downloadpfsense-df4ae7c832e3feeced728d3275dfb322d8dbdfb8.zip
pfsense-df4ae7c832e3feeced728d3275dfb322d8dbdfb8.tar.gz
* Remove bigpond support from backend.
* Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this.
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 3afbba4..69a0753 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -59,7 +59,6 @@
}
if($config['interfaces'][$iface]['ipaddr'] <> "dhcp" and
$config['interfaces'][$iface]['ipaddr'] <> "pppoe" and
- $config['interfaces'][$iface]['ipaddr'] <> "bigpond" and
$config['interfaces'][$iface]['ipaddr'] <> "pptp") {
log_error("Hotplug event detected for {$argument1} but ignoring since interface is not set for DHCP");
exec("/usr/sbin/arp -d -i {$argument1} -a");
@@ -83,6 +82,7 @@
if($config['interfaces'][$iface]['ipaddr'] <> "pppoe" and
$config['interfaces'][$iface]['ipaddr'] <> "pptp") {
/* do not reconfigure on hotplug events when using pppoe or pptp */
+ /* XXX: Why not?! */
log_error("HOTPLUG: Configuring wan interface {$argument1}");
interface_configure($iface);
}
OpenPOWER on IntegriCloud