mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 19:44:56 +02:00
iface: move private struct xt_iface_flag_pairs to .c file
This commit is contained in:
@@ -16,11 +16,6 @@ enum {
|
||||
XT_IFACE_IFACE = 1 << 15,
|
||||
};
|
||||
|
||||
struct xt_iface_flag_pairs {
|
||||
u_int16_t iface_flag;
|
||||
u_int32_t iff_flag;
|
||||
};
|
||||
|
||||
struct xt_iface_mtinfo {
|
||||
char ifname[IFNAMSIZ];
|
||||
u_int16_t flags;
|
||||
|
Reference in New Issue
Block a user