summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2003-11-02 10:39:43 +0000
committerlaforge <laforge>2003-11-02 10:39:43 +0000
commitc80bbd18629d7fa45d0bdda5873f036e84e8442e (patch)
treefd27df09311581153dcccc2895a9a667a709f8be
parentf4384965cac33ea71c70849ff29d018ed55d7219 (diff)
update ipt_physdev.h (test8 change, make parisc work, alignment issues)
-rw-r--r--include/linux/netfilter_ipv4/ipt_physdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_physdev.h b/include/linux/netfilter_ipv4/ipt_physdev.h
index 01684a1..7538c86 100644
--- a/include/linux/netfilter_ipv4/ipt_physdev.h
+++ b/include/linux/netfilter_ipv4/ipt_physdev.h
@@ -13,12 +13,12 @@
#define IPT_PHYSDEV_OP_MASK (0x20 - 1)
struct ipt_physdev_info {
- u_int8_t invert;
- u_int8_t bitmask;
char physindev[IFNAMSIZ];
char in_mask[IFNAMSIZ];
char physoutdev[IFNAMSIZ];
char out_mask[IFNAMSIZ];
+ u_int8_t invert;
+ u_int8_t bitmask;
};
#endif /*_IPT_PHYSDEV_H*/