summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-23 00:48:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-23 00:48:58 +0000
commit4bd9ba0babdba5a6c8edbc19008262915aed5ad4 (patch)
tree1807a3b1eef627f38f64f3047ff44cc6f8d72ad6 /etc/devd.conf
parent3aec0ff445681177ebddcf5a1604df05b6b511eb (diff)
downloadpfsense-4bd9ba0babdba5a6c8edbc19008262915aed5ad4.zip
pfsense-4bd9ba0babdba5a6c8edbc19008262915aed5ad4.tar.gz
Hotplug correctly now that ISC dhclient is being used.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index d4ae827..310f293 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -21,6 +21,12 @@ detach 100 {
action "kbdcontrol -k /dev/kbd0 < /dev/console";
};
+notify 0 {
+ match "type" "LINK_DOWN";
+ media-type "ethernet";
+ action "/bin/echo -n '$subsystem stop ' >>/tmp/rc.linkup";
+};
+
# Notify all users before beginning emergency shutdown when we get
# a _CRT or _HOT thermal event and we're going to power down the system
# very soon.
OpenPOWER on IntegriCloud