exit: remove --giaddr-src option for DHCP relay

Seems to work OK without it.
This commit is contained in:
Timotej Lazar 2024-11-09 19:59:11 +01:00
parent de05fd236b
commit 1d97ec2cda

View file

@ -5,8 +5,7 @@
SERVERS="{{ my_server | ipaddr('address') }}"
{% if my_prefix.vrf.name == 'outside' %}
INTF_CMD="{{ my_vlans | map('regex_replace', '^', '-id bridge.') | join(' ') }} -iu {{ iface_uplink }} -iu peerlink.4 -U {{ my_prefix.vrf.name }}"
OPTIONS=""
{% else %}
INTF_CMD="{{ my_vlans | map('regex_replace', '^', '-id bridge.') | join(' ') }} -U bridge.{{ my_prefix.vlan.vid }}"
OPTIONS="--giaddr-src"
{% endif %}
OPTIONS=""