X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=net%2Fnetfilter%2Fnf_tables_core.c;h=ebb9799350ed62ae37c49a50a76c980fb26f5913;hb=6f6e434aa267a6030477876d89444fe3a6b7a48d;hp=942702a2776f6a57313b07c7f88bb67f98710016;hpb=6741c4bb389da103c0d79ad1961884628900bfe6;p=uclinux-h8%2Flinux.git diff --git a/net/netfilter/nf_tables_core.c b/net/netfilter/nf_tables_core.c index 942702a2776f..ebb9799350ed 100644 --- a/net/netfilter/nf_tables_core.c +++ b/net/netfilter/nf_tables_core.c @@ -258,6 +258,9 @@ static struct nft_expr_type *nft_basic_types[] = { &nft_payload_type, &nft_dynset_type, &nft_range_type, + &nft_meta_type, + &nft_rt_type, + &nft_exthdr_type, }; int __init nf_tables_core_module_init(void)