commit | 32fc71875127498bf99cc648e96400ee0895edf7 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Feb 26 13:16:04 2018 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Feb 27 08:06:46 2018 +0100 |
tree | 8654a141c6ee33d9df75c069336a6d4fbd31072a | |
parent | 7d98386d55a5afaa65de77e1e9197edeb8a42079 [diff] |
netfilter: nf_tables: return EBUSY if device already belongs to flowtable If the netdevice is already part of a flowtable, return EBUSY. I cannot find a valid usecase for having two flowtables bound to the same netdevice. We can still have two flowtable where the device set is disjoint. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>