aboutsummaryrefslogtreecommitdiff
path: root/files/etc/devd/usb-tether.conf.roadwarrior_laptop
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-08-05 14:59:15 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-08-05 14:59:15 -0400
commitd9c18b3fcb9b036b6cdf69397828b59ab4c53091 (patch)
tree783725ce085d962440c30c25f0fad9e79fee0f19 /files/etc/devd/usb-tether.conf.roadwarrior_laptop
parentd4be5bbc3682bb9d7f74db5592988ec0838b6138 (diff)
downloadinfrastructure-d9c18b3fcb9b036b6cdf69397828b59ab4c53091.tar.gz
cleanup add_user function
Diffstat (limited to 'files/etc/devd/usb-tether.conf.roadwarrior_laptop')
-rw-r--r--files/etc/devd/usb-tether.conf.roadwarrior_laptop6
1 files changed, 6 insertions, 0 deletions
diff --git a/files/etc/devd/usb-tether.conf.roadwarrior_laptop b/files/etc/devd/usb-tether.conf.roadwarrior_laptop
new file mode 100644
index 0000000..5183ed2
--- /dev/null
+++ b/files/etc/devd/usb-tether.conf.roadwarrior_laptop
@@ -0,0 +1,6 @@
+notify 100 {
+ match "system" "IFNET";
+ match "subsystem" "ue0";
+ match "type" "ATTACH";
+ action "/sbin/ifconfig ue0 up";
+};