Displaying 1 result from an estimated 1 matches for "xt_physdev_op_bridged".
2010 Sep 16
0
Bug#571634: xen-utils-common: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING
...ruly 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 & ((1 << NF_INET_LOCAL_OUT) |
>     (1 << NF_INET_FORWARD) | (1 << NF_INET_POST_ROUTING))) {
>         printk(KERN_WARNING "physdev match: using --physdev-out in the &qu...