vlan meta tag match

Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
This commit is contained in:
Stephen Hemminger 2008-01-24 13:16:41 -08:00
parent fb8cc5b268
commit 9becb950e9
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ struct meta_entry {
__A(SK_ERR_QLEN, "sk_err_queue", "i", "Error queue length"),
__A(SK_FORWARD_ALLOCS, "sk_fwd_alloc", "i", "Forward allocations"),
__A(SK_SNDBUF, "sk_sndbuf", "i", "Send buffer size"),
__A(VLAN_TAG, "vlan", "i", "Vlan tag"),
#undef __A
};