From 778ef6e581d624dc715e67f19f13ab4b398b9061 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Wed, 2 Nov 2022 21:17:05 -0600 Subject: [PATCH] fixing regression in create.sh for Linux containers --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 16ed17f3..c4533fe6 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -204,7 +204,7 @@ ${NAME} { allow.mount.devfs; interface = ${bastille_jail_conf_interface}; - ${IPX_ADDR} = ${IP}; + ${ipx_addr} = ${IP}; ip6 = ${IP6_MODE}; } EOF