We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e60402 + af727a8 commit 2a1af2cCopy full SHA for 2a1af2c
net/netfilter/nf_conntrack_helper.c
@@ -368,7 +368,7 @@ int nf_conntrack_helper_register(struct nf_conntrack_helper *me)
368
(cur->tuple.src.l3num == NFPROTO_UNSPEC ||
369
cur->tuple.src.l3num == me->tuple.src.l3num) &&
370
cur->tuple.dst.protonum == me->tuple.dst.protonum) {
371
- ret = -EEXIST;
+ ret = -EBUSY;
372
goto out;
373
}
374
@@ -379,7 +379,7 @@ int nf_conntrack_helper_register(struct nf_conntrack_helper *me)
379
hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) {
380
if (nf_ct_tuple_src_mask_cmp(&cur->tuple, &me->tuple,
381
&mask)) {
382
383
384
385
0 commit comments