aboutsummaryrefslogtreecommitdiffstats
path: root/templates/etc_devd_lan0_jail_restore.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/etc_devd_lan0_jail_restore.conf.j2')
-rw-r--r--templates/etc_devd_lan0_jail_restore.conf.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/etc_devd_lan0_jail_restore.conf.j2 b/templates/etc_devd_lan0_jail_restore.conf.j2
new file mode 100644
index 0000000..c59b428
--- /dev/null
+++ b/templates/etc_devd_lan0_jail_restore.conf.j2
@@ -0,0 +1,6 @@
+notify 10 {
+ match "system" "IFNET";
+ match "subsystem" "lan0";
+ match "type" "LINK_UP";
+ action "/usr/local/bin/restore_jail_aliases.sh";
+};