Bug 1177267 - nftables 0.4 is released
Summary: nftables 0.4 is released
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: nftables
Version: 21
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Kevin Fenzi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-25 14:22 UTC by Ting-Wei Lan
Modified: 2015-01-26 02:37 UTC (History)
3 users (show)

Fixed In Version: nftables-0.4-2.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-26 02:37:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Netfilter 993 0 None None None Never

Description Ting-Wei Lan 2014-12-25 14:22:00 UTC
Description of problem:
nftables 0.4 is released. Can we get an update?


Version-Release number of selected component (if applicable):
nftables-0.100-4.20140704git -> nftables-0.4-1
libnftnl-1.0.3-0.1.20140903git -> libnftnl-1.0.3-1

Comment 1 Kevin Fenzi 2014-12-25 16:51:29 UTC
yeah, I suppose I should hold my nose and just use an Epoch and update it. ;( 

Look for an update at some point here...

Comment 2 Kevin Fenzi 2014-12-26 18:54:00 UTC
Built in rawhide. 

Did you need/want f21 as well?

Comment 3 Ting-Wei Lan 2014-12-26 18:58:04 UTC
I use f21 so I hope we can get it on f21. :)

Comment 4 Kevin Fenzi 2014-12-26 22:34:44 UTC
Sure, will push an update here in a few...

Comment 5 Fedora Update System 2014-12-26 23:02:49 UTC
libnftnl-1.0.3-1.fc21,nftables-0.4-1.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/libnftnl-1.0.3-1.fc21,nftables-0.4-1.fc21

Comment 6 Fedora Update System 2014-12-29 10:05:25 UTC
Package nftables-0.4-1.fc21, libnftnl-1.0.3-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing nftables-0.4-1.fc21 libnftnl-1.0.3-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-17696/libnftnl-1.0.3-1.fc21,nftables-0.4-1.fc21
then log in and leave karma (feedback).

Comment 7 Ting-Wei Lan 2014-12-29 17:29:51 UTC
I think this is an upstream bug, as the master branch of nftables still has this problem.

I inserted this simple rule using 'nft -f':
table inet filter {
    chain input {
        reject with icmp type host-prohibited
    }
}

However, 'nft list table inet filter' gave me:
table inet filter {
    chain input {
        reject
    }
}

which caused error when I used the output to restore settings using 'nft -f':
Error: Could not process rule: Invalid argument

Comment 8 Kevin Fenzi 2014-12-29 18:02:45 UTC
Please do report that upstream if you are able...

Comment 9 Ting-Wei Lan 2014-12-30 13:18:54 UTC
I hope netfilter bugzilla is the correct place to report the bug ...

Comment 10 Kevin Fenzi 2014-12-30 17:18:07 UTC
Not sure how active they are there... I know the netfilter-devel list is pretty active. 

If you don't get a response on bugzilla you might mention your bug on the list.

Comment 11 Ting-Wei Lan 2015-01-07 08:02:06 UTC
Patch available: http://marc.info/?l=netfilter-devel&m=142057725906107

Comment 12 Ting-Wei Lan 2015-01-07 17:04:15 UTC
Fixed in the master branch: http://git.netfilter.org/nftables/commit/?id=545c93d54d900e8e20071891b7e2bf3bb0e5fed2

Comment 13 Fedora Update System 2015-01-11 10:56:53 UTC
Package nftables-0.4-2.fc21, libnftnl-1.0.3-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing nftables-0.4-2.fc21 libnftnl-1.0.3-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-17696/libnftnl-1.0.3-1.fc21,nftables-0.4-2.fc21
then log in and leave karma (feedback).

Comment 14 Fedora Update System 2015-01-26 02:37:15 UTC
nftables-0.4-2.fc21, libnftnl-1.0.3-1.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.