luci: luci-mod-network: Missing dnsmasq option "listen_address=" in "Network → DHCP and DNS → General settings" section
Steps to reproduce:
“Network → DHCP and DNS → General settings”
- go to: “Network → DHCP and DNS → General settings” settings tab
- Dnsmasq option “listen_address=” is not configurable via GUI.
- Manual configuration via /etc/config/dhcp does work (list listen_address ‘XXX.xxx.XXX.xxx’), so the function is present just not present as an option in luci.
Expected behavior:
Optional input form in luci to enter “listen_address” list to /etc/config/dhcp via GUI.
Additional Information:
-
Not to be confused with dnsmasq “list address” option. That is a completely different function.
-
It’s a list on witch IPs to listen on, so multiple entries should be possible (configured as a “list” not as an “option”).
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='23.05.2'
DISTRIB_REVISION='r23630-842932a63d'
DISTRIB_TARGET='ipq807x/generic'
DISTRIB_ARCH='aarch64_cortex-a53'
DISTRIB_DESCRIPTION='OpenWrt 23.05.2 r23630-842932a63d'
DISTRIB_TAINTS=''
About this issue
- Original URL
- State: open
- Created 4 months ago
- Comments: 16 (6 by maintainers)
I’ll take a look at this.