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:
Jan Engelhardt
2010-10-24 16:31:26 +02:00
parent 7c248871f8
commit 21cdf786f7
2 changed files with 4 additions and 1 deletions

View File

@@ -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'},