-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certain upstream switch to firewall4
aka nftables
instead of iptables
#5409
Comments
I think that that Status->Firewall menu item and page is still totally iptables based after 48599d8, right? |
Yea sorry the |
I already found the |
@castillofrancodamian maybe @stintel can comment better than me but from my understanding you could install |
Likewise, installing |
firewall4
aka nftables
instead of iptables
firewall4
aka nftables
instead of iptables
As discussed at yesterdays meeting I merged the changes. The next release will use |
Just for awareness, what is the etiquette / developer preference in terms of issues found? Is it to post in the appropriate package/luci/core ntftables thread (eg this for Luci) or create a bug and leave there. or create bug and post reference in thr appropriate nftables thread. If the latter, I opened Luci bug where on two pages (main Luci and upnp luci app) port forwards are no longer shown. |
Just curious: what is the current status of this issue in terms of the 22.03 release requirements? |
|
I’ve been following the commits (and just rechecked) across the packages, luci, and openwrt repositories, but have not seen any commits around upnp. I could of course be just missing it, although my local June 30th build from master does not show upnp forwards in either of the main page’s “Active UPnP Redirects” section, nor in the upnp menu (luci-app-upnp). Maybe it takes a bit of time to show up if it was just accepted? |
The PR was closed, and they said they accepted it? I don't know. |
Oh, it was never closed: #5839 |
Current status as of OpenWrt 23.05.0-rc2This package depends on outdated package miniupnpd-iptables and doesn't take miniupnpd-nftables as viable replacement. Obviously iptables has been replaced by nftables in OpenWRT recently and miniupnpd-iptables doesn't work properly anymore. By default luci-app-upnp should come with miniupnpd-nftables. To temporarily fix this, I need to call:
I got a response from @brada4 who pointed out, that it is an alphabetical problem, where both -iptables and -nftables being in 'provides' part of this package and first one being used. |
Hi all, especially @openwrt/luci-admin,
for the next OpenWrt release
firewall4
is considered as a replacement of the currentiptables
basedfirewall
package. While the configuration stays within/etc/config/firewall
, packages usingiptables
directly may see trouble.This is a heads up for everyone maintaining such packages but also please post packages here that would be affected so a smother migration is possible.
Heads up for packages.git: openwrt/packages#16818
Heads up for routing.git: openwrt/routing#731
The text was updated successfully, but these errors were encountered: