From: wenxu <wenxu@xxxxxxxxx> This makes debug output to support bri_iifvproto/pvid. Signed-off-by: wenxu <wenxu@xxxxxxxxx> --- src/expr/meta.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/expr/meta.c b/src/expr/meta.c index f1984f6..73f6efa 100644 --- a/src/expr/meta.c +++ b/src/expr/meta.c @@ -22,7 +22,7 @@ #include <libnftnl/rule.h> #ifndef NFT_META_MAX -#define NFT_META_MAX (NFT_META_OIFKIND + 1) +#define NFT_META_MAX (NFT_META_BRI_IIFVPROTO + 1) #endif struct nftnl_expr_meta { @@ -161,6 +161,8 @@ static const char *meta_key2str_array[NFT_META_MAX] = { [NFT_META_SECPATH] = "secpath", [NFT_META_IIFKIND] = "iifkind", [NFT_META_OIFKIND] = "oifkind", + [NFT_META_BRI_IIFPVID] = "bri_iifpvid", + [NFT_META_BRI_IIFVPROTO] = "bri_iifvproto", }; static const char *meta_key2str(uint8_t key) -- 2.15.1