Displaying 1 result from an estimated 1 matches for "xt_physdev_op_mask".
2010 Sep 16
0
Bug#571634: xen-utils-common: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING
...text of this warning could stand to be
revised a bit, as it does tend to give the wrong impression. Taking a
look at xt_physdev.c in the kernel code would be useful in figuring out
what the warning truly indicates:
In function physdev_mt_check, xt_physdev.c wrote:
> if (!(info->bitmask & XT_PHYSDEV_OP_MASK) ||
> info->bitmask & ~XT_PHYSDEV_OP_MASK)
> return false;
> if (info->bitmask & XT_PHYSDEV_OP_OUT &&
> (!(info->bitmask & XT_PHYSDEV_OP_BRIDGED) ||
> info->invert & XT_PHYSDEV_OP_BRIDGED) &&
> par->hook_mask...