From b0730ad31c13f573feb9bd527167ce78700a7209 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 27 Jun 2025 23:30:36 +0300 Subject: Refactor out sysrc calls, improve things --- templates/etc_jail.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/etc_jail.conf.j2') diff --git a/templates/etc_jail.conf.j2 b/templates/etc_jail.conf.j2 index eb6d128..bcfcef0 100644 --- a/templates/etc_jail.conf.j2 +++ b/templates/etc_jail.conf.j2 @@ -16,6 +16,7 @@ path = "/usr/local/jails/containers/${name}"; {% for jail in jails %} {{ jail.name }} { ip4.addr = {{ jail.ip }}; + interface = lan0; } {% endfor %} -- cgit v1.3