From 49b1afc25b73d9c5daae1c76edb88aab42afa83e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 May 2022 19:44:52 +0200 Subject: ipsec: T4353: fix Jinja2 linting errors --- data/templates/ipsec/charon/dhcp.conf.tmpl | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 data/templates/ipsec/charon/dhcp.conf.tmpl (limited to 'data/templates/ipsec/charon/dhcp.conf.tmpl') diff --git a/data/templates/ipsec/charon/dhcp.conf.tmpl b/data/templates/ipsec/charon/dhcp.conf.tmpl deleted file mode 100644 index aaa5613fb..000000000 --- a/data/templates/ipsec/charon/dhcp.conf.tmpl +++ /dev/null @@ -1,20 +0,0 @@ -dhcp { - load = yes -{% if remote_access.dhcp.interface is vyos_defined %} - interface = {{ remote_access.dhcp.interface }} -{% endif %} -{% if remote_access.dhcp.server is vyos_defined %} - server = {{ remote_access.dhcp.server }} -{% endif %} - - # Always use the configured server address. - # force_server_address = no - - # Derive user-defined MAC address from hash of IKE identity and send client - # identity DHCP option. - # identity_lease = no - - # Use the DHCP server port (67) as source port when a unicast server address - # is configured. - # use_server_port = no -} -- cgit v1.2.3