diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-01 19:44:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-01 19:44:52 +0200 |
commit | 49b1afc25b73d9c5daae1c76edb88aab42afa83e (patch) | |
tree | 64d44eb5425ba0ebb0531f2cb60cef32830f0efa /data/templates/ipsec/charon/dhcp.conf.tmpl | |
parent | 992c847493665fd2119636d81582aa80e99e388a (diff) | |
download | vyos-1x-49b1afc25b73d9c5daae1c76edb88aab42afa83e.tar.gz vyos-1x-49b1afc25b73d9c5daae1c76edb88aab42afa83e.zip |
ipsec: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/ipsec/charon/dhcp.conf.tmpl')
-rw-r--r-- | data/templates/ipsec/charon/dhcp.conf.tmpl | 20 |
1 files changed, 0 insertions, 20 deletions
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 -} |