Displaying 1 result from an estimated 1 matches for "ssh_attack_hosts".
2017 May 31
5
[Bug 1153] New: Sets with timeouts can be saved to a file but not reloaded
...Version: unspecified
          Hardware: All
                OS: Debian GNU/Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: nft
          Assignee: pablo at netfilter.org
          Reporter: bugzilla at piven.net
I have a set defined as
    set ssh_attack_hosts {
        type ipv4_addr
        flags timeout
    }
and have an external program write entries into this set using something like
nft add element firewall ssh_attack_hosts { 10.10.10.10 timeout 1d }
This works fine and if I "nft list set firewall ssh_attack_hosts
>saved.set.file",...