Skip to content

Commit

Permalink
Merge pull request #471 from cedwards/fix-vnet
Browse files Browse the repository at this point in the history
hotfix for the VNET interface description patch
  • Loading branch information
cedwards authored Dec 22, 2021
2 parents 8683ad1 + 5dabc75 commit e2f051f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ ${NAME} {
vnet;
vnet.interface = e0b_${uniq_epair};
exec.prestart += "jib addm ${uniq_epair} ${bastille_jail_conf_interface}";
exec.prestart += "ifconfig e0a_${uniq_epair} description \"vnet host interface for Bastille jail ${NAME}"";
exec.prestart += "ifconfig e0a_${uniq_epair} description \"vnet host interface for Bastille jail ${NAME}\"";
exec.poststop += "jib destroy ${uniq_epair}";
}
EOF
Expand Down

0 comments on commit e2f051f

Please sign in to comment.