nf_tables/set: Is dynamic + interval possible?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello members,

i've been trying to set up a more dynamic table which can also merge stuff and additionally accept administrator entries to the filtering sets.
However, i've been unable to mix dynamic with interval as the kernel returns a 'Not supported'. Is there a configuration option that needs to be enabled in the kernel for this to work or is the code just not capable of handling this mix? Thanks.

Example of what doesn't work:
nft add set inet filter blackhole4 { type ipv4_addr; flags dynamic, timeout, interval; }

Example of what works:
nft add set inet filter blackhole4 { type ipv4_addr; flags timeout, interval; }
nft add set inet filter blackhole4 { type ipv4_addr; flags dynamic, timeout; }

-- 
Alex D.
RedXen System & Infrastructure Administration
https://redxen.eu/

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux