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.
1 parent e5e693a commit ceee409Copy full SHA for ceee409
net/netfilter/xt_physdev.c
@@ -107,8 +107,8 @@ static int physdev_mt_check(const struct xt_mtchk_param *par)
107
info->invert & XT_PHYSDEV_OP_BRIDGED) &&
108
par->hook_mask & ((1 << NF_INET_LOCAL_OUT) |
109
(1 << NF_INET_FORWARD) | (1 << NF_INET_POST_ROUTING))) {
110
- pr_info("using --physdev-out and --physdev-is-out are only"
111
- "supported in the FORWARD and POSTROUTING chains with"
+ pr_info("using --physdev-out and --physdev-is-out are only "
+ "supported in the FORWARD and POSTROUTING chains with "
112
"bridged traffic.\n");
113
if (par->hook_mask & (1 << NF_INET_LOCAL_OUT))
114
return -EINVAL;
0 commit comments