]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink: BUG when object type is unknown
authorFlorian Westphal <fw@strlen.de>
Sun, 19 Feb 2017 22:15:55 +0000 (23:15 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 8 Mar 2017 15:10:54 +0000 (16:10 +0100)
commit100d3ec82ba5886533f5880e2059682318eefab9
tree3b0fe185808cb7fe89dd07fe6bab0301c95c1a46
parent2e8b5eaafc13522a6eaf43bae4aca972279f5148
netlink: BUG when object type is unknown

This will only trigger during development when adding new object types to
the parser.

The BUG() gives a clear hint where the serialization code needs to go.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/netlink.c