exit: remove --giaddr-src option for DHCP relay
Seems to work OK without it.
This commit is contained in:
parent
de05fd236b
commit
1d97ec2cda
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue