bugzilla-daemon at netfilter.org
2014-May-28  18:18 UTC
[Bug 951] New: ct expiration does not work with ranges
https://bugzilla.netfilter.org/show_bug.cgi?id=951
           Summary: ct expiration does not work with ranges
           Product: nftables
           Version: unspecified
          Platform: x86_64
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: nft
        AssignedTo: pablo at netfilter.org
        ReportedBy: anarey at gmail.com
   Estimated Hours: 0.0
*When we use ranges in 'expiration' parameter. Nft doesn't show this
range
correctly.
Here an example:
 $ sudo nft add rule ip test input ct expiration 33-50
 $ sudo nft list table ip test
table ip test {
    chain input {
         ct expiration >= "33s" ct expiration <=
"9709d53m20s"
-- 
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
