diff options
author | Li Qiong <liqiong@nfschina.com> | 2022-12-06 15:44:14 +0800 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-12-08 22:11:00 +0100 |
commit | 895fa59647cd64da99eebd1199cf27ecce08c17c (patch) | |
tree | 6ae51e5b5c90d528396747b37c8f7218abac2ca9 /include/net | |
parent | 7d7cfb48d81353e826493d24c7cec7360950968f (diff) | |
download | linux-895fa59647cd64da99eebd1199cf27ecce08c17c.tar.bz2 |
netfilter: flowtable: add a 'default' case to flowtable datapath
Add a 'default' case in case return a uninitialized value of ret, this
should not ever happen since the follow transmit path types:
- FLOW_OFFLOAD_XMIT_UNSPEC
- FLOW_OFFLOAD_XMIT_TC
are never observed from this path. Add this check for safety reasons.
Signed-off-by: Li Qiong <liqiong@nfschina.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions