Seems like my second try was again whitespace broken. Sorry for the noise. Remove src_port from firewall.config to receive dhcpv6 replies. Fixes #20295.
Signed-off-by: Anselm Eberhardt <[email protected]> --- package/network/config/firewall/files/firewall.config | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config index 7be01d2..ba7e4ec 100644 --- a/package/network/config/firewall/files/firewall.config +++ b/package/network/config/firewall/files/firewall.config @@ -60,7 +60,6 @@ config rule option src wan option proto udp option src_ip fe80::/10 - option src_port 547 option dest_ip fe80::/10 option dest_port 546 option family ipv6 -- 2.3.2 (Apple Git-55) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
