From 592be65638236b81dd1c30391d97febb7d946a7b Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 25 Jun 2025 09:45:17 +0300 Subject: Persist jail ip aliases --- templates/etc_jail.conf.j2 | 1 - 1 file changed, 1 deletion(-) (limited to 'templates') diff --git a/templates/etc_jail.conf.j2 b/templates/etc_jail.conf.j2 index bcfcef0..eb6d128 100644 --- a/templates/etc_jail.conf.j2 +++ b/templates/etc_jail.conf.j2 @@ -16,7 +16,6 @@ path = "/usr/local/jails/containers/${name}"; {% for jail in jails %} {{ jail.name }} { ip4.addr = {{ jail.ip }}; - interface = lan0; } {% endfor %} -- cgit v1.3