network cleanup; default route addition for vnet
This commit is contained in:
@@ -67,7 +67,7 @@ for _jail in ${JAILS}; do
|
||||
## test if running
|
||||
if [ "$(jls name | awk "/^${_jail}$/")" ]; then
|
||||
## remove ip4.addr from firewall table:jails
|
||||
if [ -n "${bastille_jail_loopback}" ]; then
|
||||
if [ -n "${bastille_network_loopback}" ]; then
|
||||
pfctl -q -t jails -T delete "$(jls -j "${_jail}" ip4.addr)"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user