[Bug 1395] Add element fails with Error: Could not process rule: Invalid argument
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Jan 10 11:25:26 CET 2020
https://bugzilla.netfilter.org/show_bug.cgi?id=1395
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Pablo Neira Ayuso <pablo at netfilter.org> ---
I cannot reproduce this.
table ip ipv4table {
chain do_reject {
}
map no-endpoints-services {
type inet_proto . ipv4_addr . inet_service : verdict
}
}
Then I follow up with:
nft add element ipv4table no-endpoints-services { tcp . 192.168.80.104 . 8989 :
goto do_reject }
and it works fine.
--
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/20200110/bd404868/attachment.html>
More information about the netfilter-buglog
mailing list