-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Package Name
mbusd
Maintainer
Marcin Jurkowski
OpenWrt Version
24.10.3
OpenWrt Target/Subtarget
ath79/generic
Steps to Reproduce
Use i.e. any dumb ap with 3 VLANs.
one interface unmanaged,
2 interfaces with static ip's i.e. 192.168.1.33/24 & 192.168.2.33/24
install mbusd
configure with additional option "address 192.168.2.33"
Actual Behaviour
The original mbusd package provides option "A" to specify a address of the interface, to which mbusd will bind.
This is especially useful when running some VLANs on the same device.
The openwrt init script for mbusd did not provide this option. Even if you define "option address 192.168.x.x" in /etc/config/mbusd this option is ignored and mbusd is bind to all interfaces with IP's defined.
So please add the "A" option to config and init script.
Confirmation Checklist
- The package is maintained in this repository.
- I understand that issues related to the base OpenWrt repository or LuCI repository will be closed.
- I am reporting an issue for OpenWrt, not an unsupported fork.