Fix this defaulting to a /8
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
11b941b526
commit
efabd7f30f
1 changed files with 1 additions and 0 deletions
|
@ -38,4 +38,5 @@ IPV6_MTU=1280
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if hostvars[inventory_hostname][item + '_secondary_ip'] is defined %}
|
{% if hostvars[inventory_hostname][item + '_secondary_ip'] is defined %}
|
||||||
IPADDR1="{{ hostvars[inventory_hostname][item + '_secondary_ip'] }}"
|
IPADDR1="{{ hostvars[inventory_hostname][item + '_secondary_ip'] }}"
|
||||||
|
PREFIX1=24
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue