[ISSUE] nftables: !=range doesn't really work

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

 



nftable transform 'x !=a-b' in wrong way:
cmp x < a
cmp x > b

which means x has to be x<a && x>b.
but it should be x<a || x>b.

It seems that the vm system in kernel is too simple and fast
to provide some expr or process for this case, afaics.

does upstream have been preparing some fix for this ?
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux