Skip to content

Commit

Permalink
status: update routers.json for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 10, 2024
1 parent f54228d commit 3ef494c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/file-server/routers.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@
'ip_addresses': [data['host_ip']],
'host': data['ansible_host'],
'prefix': data['default_prefix'],

'neighbors': list(neighbors.keys()),
'position': data['position'],
'_real_position': data['position'],

'backbone': true,
'memsize': data['memsize'],
'fch-enabled': true,
} | tojson }}
{% if not loop.last %},{% endif %}
{% endfor %}
Expand Down

0 comments on commit 3ef494c

Please sign in to comment.