Adding IPSET list to FIREWALL causes boot problem

Hi
I've installed openwrt on my router from the repository and did sysupgrade.
After booting I added an ipset by in /etc/config/firewall using below lines:
'
config ipset
option name 'test'
option match 'dest_net'
option enabled '1'
option loadfile '/etc/ipset/test.txt'

'
Also created a file in '/etc/ipset' named test.txt which includes:
1.1.1.1/32
2.2.2.2/32
After that I commited changes by "UCI COMMIT", then rebooted the router which caused the router to fail booting with blinking power (it seems it stuck at booting).
the only way to normal boot is to hard reset.
OpenWrt 22.03.2, r19803-9a599fee93 with default setting I did not even change the IP address.
What is the problem?

Perform an opkg upgrade for firewall4 before loading the ipset again. There was a bug shortly after 22.03.2 release.

2 Likes

Sure Dave I'll give it a try and let you know.

Thanks Dave.It works,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.