commit | 133a2fe594dc0eb15a77477a5a05176495190139 | [log] [tgz] |
---|---|---|
author | wenxu <wenxu@ucloud.cn> | Tue Mar 24 07:34:25 2020 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Mar 27 18:41:52 2020 +0100 |
tree | fd17911fa4308e7c8774a27f2b568c74d607b014 | |
parent | 53c2b2899af7e6a29c0cf8bfa8a554721398a4b0 [diff] |
netfilter: flowtable: Fix incorrect tc_setup_type type The indirect block setup should use TC_SETUP_FT as the type instead of TC_SETUP_BLOCK. Adjust existing users of the indirect flow block infrastructure. Fixes: b5140a36da78 ("netfilter: flowtable: add indr block setup support") Signed-off-by: wenxu <wenxu@ucloud.cn> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>