diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-06-22 19:12:24 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-06-24 14:06:09 +0200 |
commit | da015ff415f021294aed8668ddf212acb279cd68 (patch) | |
tree | c5d181ee2720c8710c7810d0e750c9d9452b19e1 /src/datatype.c | |
parent | aae836a7aa628af4d4d5dd97d0eefa898e8f5245 (diff) |
netlink: fix network address prefix
eg. nft add rule filter output ip daddr 192.168.1.0/24 counter
so far, this operation was only possible using sets.
nft add rule filter output ip daddr \{ 192.168.1.0/24 \} counter
While at it, move all binop postprocess code to a new function that
contains this transformation and the existing bitmask to constant
(as used by eg. ct state new,established).
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/datatype.c')
0 files changed, 0 insertions, 0 deletions