caskd <caskd@xxxxxxxxx> wrote: > 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. Not supported. Only the rhashtable backend supports insertions from the datapath and a hashtable cannot handle ranges.