aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2020-08-02 03:05:25 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2020-08-02 19:53:45 +0200
commit77a92189ecfd061616ad531d386639aab7baaad9 (patch)
tree490f824a887672beda4e617510e3a89ca99e45af /include/net
parentnetfilter: nf_tables: extended netlink error reporting for expressions (diff)
downloadlinux-dev-77a92189ecfd061616ad531d386639aab7baaad9.tar.xz
linux-dev-77a92189ecfd061616ad531d386639aab7baaad9.zip
netfilter: nf_tables: report EEXIST on overlaps
Replace EBUSY by EEXIST in the following cases: - If the user adds a chain with a different configuration such as different type, hook and priority. - If the user adds a non-base chain that clashes with an existing basechain. - If the user adds a { key : value } mapping element and the key exists but the value differs. - If the device already belongs to an existing flowtable. User describe that this error reporting is confusing: - https://bugzilla.netfilter.org/show_bug.cgi?id=1176 - https://bugzilla.netfilter.org/show_bug.cgi?id=1413 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions