Commit 435492ad authored by Franco Fichtner's avatar Franco Fichtner

devd: do not launch /etc/pccard_ether; related to #201

parent e1a6efb0
......@@ -30,3 +30,22 @@ notify 101 {
media-type "802.11";
action "/usr/local/opnsense/service/configd_ctl.py 'interface linkup stop $subsystem'";
};
#
# While there, disable the invoke of /etc/pccard_ether to avoid
# rc scripts from reconfiguring the system into an unknown state.
#
notify 101 {
match "system" "IFNET";
match "subsystem" "!usbus[0-9]+";
match "type" "ATTACH";
};
detach 101 {
media-type "802.11";
};
attach 101 {
media-type "802.11";
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment