[FS#4234] ucode not able to parse port of /etc/config/firewall on ath79

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Sat Jan 22 01:36:32 PST 2022


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - patrickkent (patrickkent) 

Attached to Project - OpenWrt/LEDE Project
Summary - ucode not able to parse port of /etc/config/firewall on ath79
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - On mips_24kc/ath79 devices, ucode not able to show correct port numbers.

ACTION=start ucode -S -i /usr/share/firewall4/main.uc | grep port
    meta nfproto ipv4 udp dport 0 counter accept comment "!fw4: Allow-DHCP-Renew"
    ip6 saddr fc00::/0 ip6 daddr fc00::/0 udp dport 0 counter accept comment "!fw4: Allow-DHCPv6"
    udp dport 0 counter jump accept_to_lan comment "!fw4: Allow-ISAKMP"

But on mipsel_24kc/mt76x8 devices, it will give the right port numbers.

ACTION=start ucode -S -i /usr/share/firewall4/main.uc | grep port
    meta nfproto ipv4 udp dport 68 counter accept comment "!fw4: Allow-DHCP-Renew"
    ip6 saddr fc00::/6 ip6 daddr fc00::/6 udp dport 546 counter accept comment "!fw4: Allow-DHCPv6"
    udp dport 500 counter jump accept_to_lan comment "!fw4: Allow-ISAKMP"

Thanks.

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=4234

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list