Sanitize network interface names in jail_netgraph_bridge.bash script.

This commit is contained in:
Tom Alexander
2023-07-01 15:23:21 -04:00
parent db17b87cb8
commit b17a5f352d
3 changed files with 6 additions and 25 deletions

View File

@@ -1,14 +0,0 @@
persistent_volume {
path = "/jail/main/jails/${name}";
vnet;
exec.prestart += "/usr/local/bin/jail_netgraph_bridge start jail_nat jail${name} 10.215.1.1/24";
exec.poststop += "/usr/local/bin/jail_netgraph_bridge stop jail_nat jail${name}";
vnet.interface += "jail${name}";
devfs_ruleset = 14;
mount.devfs;
exec.start += "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown jail";
exec.consolelog = "/var/log/jail_${name}_console.log";
}