freifunk-berlin / bbb-configs

Ansible based configuration management openwrt mesh nodes in the city-wide backbone of Freifunk Berlin
GNU Affero General Public License v3.0
14 stars 24 forks source link

Uplink-Gateways dont announce any prefixes. #12

Open spolack opened 3 years ago

spolack commented 3 years ago

..therefore they are not reachable by their internal ipv6 mesh ips.

PolynomialDivision commented 3 years ago

btw. I wrote here some tool to automatically get the ip addresses of a gateway: https://github.com/PolynomialDivision/babeld-utils/blob/master/src/main.c#L366

Sadly, this is not the easiest way in babeld since of their distance vector architecture.

I also have a shell version, but I thought if we have mor than 1200 routes, the processing with an extra tool is better.

spolack commented 3 years ago

I dont understand who that could help on this matter?

basically its just a babel config thing.

PolynomialDivision commented 3 years ago

I dont understand who that could help on this matter?

Does not help, that is why I wrote btw. But accessing gateways in babeld seems a quite interesring thing. ;)