exit: remove special case for old DHCP server
This commit is contained in:
parent
b9eb69bfcf
commit
75bb674f5c
1 changed files with 0 additions and 4 deletions
|
|
@ -3,9 +3,5 @@
|
|||
{% set my_prefix = prefixes | selectattr("prefix", "==", my_server | ipaddr("network/prefix")) | first -%}
|
||||
|
||||
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 }}"
|
||||
{% else %}
|
||||
INTF_CMD="{{ my_vlans | map('regex_replace', '^', '-id bridge.') | join(' ') }} -U bridge.{{ my_prefix.vlan.vid }}"
|
||||
{% endif %}
|
||||
OPTIONS=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue