zhangmazi123321
zhangmazi123321
> Now it might support mesh (or you can enable it easily maybe), becaue we have upgraded to the Raspberry PI OS: > > https://github.com/open-sdr/openwifi/releases/tag/v1.4.0 After updating the version, I...
> This is the output of that commands: > > ``` > root@analog:~/openwifi# iw mesh0 station dump > root@analog:~/openwifi# ip a show mesh0 > 4: mesh0: mtu 1500 qdisc mq...
The following describes how to configure OSPF: non_loopback_ips=$(ip -o addr show scope global | awk '{split($4, a, "/"); print a[1]}' | grep -v '^127.0.0.1$') touch /etc/frr/vtysh.conf sed -i "s/zebra=no/zebra=yes/" /etc/frr/daemons...