freifunkh / ansible

Here we store all Ansible roles and configs used for Freifunk Hannover.
MIT License
7 stars 3 forks source link

dns_zonenodes: knoten_compile should handle different prefixes #248

Closed 1977er closed 6 months ago

1977er commented 1 year ago

Currently we filter for 2001:: prefixes in node addresses assuming there is only one 2001:678:978:: prefix. Havings more supernodes like sn02 using that prefix, this breaks. When sn02 is offline, this breaks.

1977er commented 1 year ago

Quickfix uses 20a2:790:ff:9 prefix instead and leaves out the reverse pointer since we have no authority over that zone.

1977er commented 6 months ago

Eventually we will have one unified prefix in the future. Lets wait until this issue is obsolete.