mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02:00
xt_iface: allow matching against incoming/outgoing interface
This commit is contained in:
@@ -13,6 +13,8 @@ enum {
|
||||
XT_IFACE_DYNAMIC = 1 << 8,
|
||||
XT_IFACE_LOWER_UP = 1 << 9,
|
||||
XT_IFACE_DORMANT = 1 << 10,
|
||||
XT_IFACE_DEV_IN = 1 << 11,
|
||||
XT_IFACE_DEV_OUT = 1 << 12,
|
||||
};
|
||||
|
||||
struct xt_iface_mtinfo {
|
||||
|
Reference in New Issue
Block a user