]> git.proxmox.com Git - mirror_iproute2.git/commit
Fix meta ematch usage of 0 values
authorPatrick McHardy <kaber@trash.net>
Wed, 11 Jul 2007 12:48:12 +0000 (14:48 +0200)
committerStephen Hemminger <shemminger@linux-foundation.org>
Wed, 22 Aug 2007 17:52:13 +0000 (10:52 -0700)
commit6140785236f9dcddde0c61542dcbe9593e7ab650
tree911da1f895f68bf9c19b175b67046040cf4a2cdf
parent1d93483985f0aa2d2afc72dde5179ff3f79a0999
Fix meta ematch usage of 0 values

em_meta doesn't send 0 values to the kernel. breaking matching on them and
resulting in "Missing value TLV" messages on dump.

Signed-off-by: Patrick McHardy <kaber@trash.net>
tc/em_meta.c