summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2003-11-02 10:39:43 +0000
committerHarald Welte <laforge@gnumonks.org>2003-11-02 10:39:43 +0000
commit42cbf9855f3185dfab4d74c9b2b7dc2f78974bd4 (patch)
treefd27df09311581153dcccc2895a9a667a709f8be /include
parent1d095f8df6570b832b4c95d89e9a98541e85f4c7 (diff)
update ipt_physdev.h (test8 change, make parisc work, alignment issues)
Diffstat (limited to 'include')
-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 01684a12..7538c865 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*/