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

Configure olsrd6 in order to fix traceroute name lookup #968

Closed spolack closed 2 months ago

spolack commented 2 months ago

Not kidding...

Quick procedure to deploy without reflashing:

rm -r tmp
ansible-playbook play.yml -t config -l sama-core,zwingli-core
cd tmp/configs
for i in *; do scp -O $i/etc/config/olsrd6 root@$i.olsr:/etc/config/; ssh root@$i.olsr /etc/init.d/olsrd6 start; ssh root@$i.olsr /etc/init.d/olsrd6 enable; done
PolynomialDivision commented 2 months ago

Works perfectly fine for me. I would merge. The failing CI does not have anything to do with this PR.