mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 04:35:12 +02:00
xt_iface: move XT_IFACE_IFACE out of the public header
This flag is only used by the userspace component, so remove it from the kernel header. Also change the value to 1<<16 for the same reason.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
#include "xt_iface.h"
|
||||
#include "compat_user.h"
|
||||
|
||||
enum {
|
||||
XT_IFACE_IFACE = 1 << 16,
|
||||
};
|
||||
|
||||
static const struct option iface_mt_opts[] = {
|
||||
{.name = "iface", .has_arg = true, .val = 'i'},
|
||||
{.name = "up", .has_arg = false, .val = 'u'},
|
||||
|
Reference in New Issue
Block a user