diff options
Diffstat (limited to 'data/templates/dhcp-relay/dhcrelay.conf.tmpl')
-rw-r--r-- | data/templates/dhcp-relay/dhcrelay.conf.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/templates/dhcp-relay/dhcrelay.conf.tmpl b/data/templates/dhcp-relay/dhcrelay.conf.tmpl deleted file mode 100644 index 11710bd8e..000000000 --- a/data/templates/dhcp-relay/dhcrelay.conf.tmpl +++ /dev/null @@ -1,6 +0,0 @@ -### Autogenerated by dhcp_relay.py ### - -{% set max_size = '-A ' ~ relay_options.max_size if relay_options.max_size is vyos_defined %} -{# hop_count and relay_agents_packets is a default option, thus it is always present #} -OPTIONS="-c {{ relay_options.hop_count }} -a -m {{ relay_options.relay_agents_packets }} {{ max_size }} -i {{ interface | join(' -i ') }} {{ server | join(' ') }}" - |