]> git.99rst.org Git - openwrt-packages.git/commit
uneighbord: add uneighbord
authorNick Hainke <redacted>
Wed, 19 Aug 2026 10:04:17 +0000 (12:04 +0200)
committerNick Hainke <redacted>
Sun, 30 Aug 2026 09:50:14 +0000 (11:50 +0200)
commitd5c4e00d9c2d81f5fcc4709428a0a5c273226780
tree43c88f2a0eff90242b480f6fa95ecbdb49fa2657
parentb350b115589dd2db4d01b100a274d36ef4c504f5
uneighbord: add uneighbord

uneighbord synchronizes hostapd 802.11k Neighbor Reports between local
`hostapd.*` BSSes and other OpenWrt access points on the same LAN, over
IPv6 link-local UDP multicast. Reports are only shared between BSSes with
the same SSID, and installed through hostapd's ubus API.

Signed-off-by: Nick Hainke <redacted>
net/uneighbord/Makefile [new file with mode: 0644]
net/uneighbord/README.md [new file with mode: 0644]
net/uneighbord/files/etc/config/uneighbord [new file with mode: 0644]
net/uneighbord/files/etc/init.d/uneighbord [new file with mode: 0755]
net/uneighbord/files/usr/sbin/uneighbord [new file with mode: 0755]
net/uneighbord/test-version.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT