Displaying 3 results from an estimated 3 matches for "libnftnl4".
Did you mean:
libnftnl
2019 Jul 05
2
[Bug 1349] New: "nft list ruleset" shows rules twice
https://bugzilla.netfilter.org/show_bug.cgi?id=1349
Bug ID: 1349
Summary: "nft list ruleset" shows rules twice
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: minor
Priority: P5
Component: nft
Assignee: pablo at
2018 Mar 14
0
[Bug 1233] New: Problem with import of small iptables rule sets with multiport match
.../multiple ports do not change the result.
Also noticable is that iptables-compat-save prints the imported iptables rules
correctly.
System: Debian Jessie (amd64) with current updates (14.03.2018)
nftables v0.7 (Scrooge McDuck) (dpkg-version 0.7-1)
iptables-nftables-compat 1.6.0+snapshot2016117-6
libnftnl4 1.0.7-1
Linux 4.9.0-6
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20180314/6553c421/attachment.html>
2016 Aug 17
6
[Bug 1082] New: Hard lockup when inserting nft rules (esp. ct rule)
....254.0/24, 10.xx.yy.zz }
counter accept
ip saddr 10.xx.0.0/16 ip daddr 10.0.0.0/8 ip protocol tcp ct
state invalid,new counter reject
}
}
-----snip-----
The vpn server (debian jessie with bpo) uses these:
linux-image 4.6.4-1~bpo8+1 (also 4.5.5-1)
nftables 0.6-1~bpo8+1
libnftnl4 1.0.6-1~bpo8+1
libmnl0 1.0.3-5
The ruleset is loaded without problem before we begin to transit vpn links.
After we transit all links, we want to update the ruleset to add a new open IP.
But loading the modified ruleset causes this machine hard lockup immediately.
Then we had to revert...