[Bug 1055] New: dccp type reset throws errors
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Sun Mar 6 21:35:15 CET 2016
https://bugzilla.netfilter.org/show_bug.cgi?id=1055
Bug ID: 1055
Summary: dccp type reset throws errors
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: shivanib134 at gmail.com
Overview:
dccp type reset does not get accepted in nft.
Steps to reproduce:
1. Add up any rule in nft having dccp type reset
e.g. $ sudo nft add rule ip filter INPUT dccp dport 100 dccp type {request,
response, data, ack, dataack, reset}
throws up error
<cmdline>:1:91-95: Error: syntax error, unexpected reset, expecting comma or
'}'
add rule ip filter INPUT dccp dport 100 dccp type {request, response, data,
ack, dataack, reset}
^^^^^
Actual results:
Syntax error due to dccp type reset.
Expected results:
dccp type reset accepted as a valid rule in nft.
Additional information:
May be the parser sees reset as a keyword to be used only with tcp.
Build date & Hardware:
First build 2016-03-03 on Ubuntu 14.04 (kernel 4.4.0)
--
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/20160306/ac270dd6/attachment.html>
More information about the netfilter-buglog
mailing list