service-bird-lg: use existing variable for AS number
This commit is contained in:
parent
5fee4d98dc
commit
525c3e4fd0
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ ROUTER_IP = {
|
|||
|
||||
AS_NUMBER = {
|
||||
{% for host in groups["ffmwu-gateways"] %}
|
||||
"{{ host.rsplit('.freifunk-mwu.de')[0] }}" : "65037",
|
||||
"{{ host.rsplit('.freifunk-mwu.de')[0] }}" : "{{ as_private_mwu }}",
|
||||
{% endfor %}
|
||||
{% for host in legacy_gateways %}
|
||||
"{{ host }}" : "65037",
|
||||
"{{ host }}" : "{{ as_private_mwu }}",
|
||||
{% endfor %}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue