All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] use correct ipt_physdev.h header in iptables userspace tool
@ 2003-10-25  6:48 Bart De Schuymer
  2003-11-02 10:40 ` Harald Welte
  0 siblings, 1 reply; 2+ messages in thread
From: Bart De Schuymer @ 2003-10-25  6:48 UTC (permalink / raw)
  To: Harald Welte; +Cc: netfilter-devel, Dirk Morris, Patrick McHardy

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

Hi Harald, this just makes the userspace tool use the right 2.6.0-test8
header file. Remember we broke compatibility to get things working
on the parisc?

cheers,
Bart

--- iptables-1.2.9rc1/include/linux/netfilter_ipv4/ipt_physdev.h.old	2003-10-25 08:41:48.000000000 +0200
+++ iptables-1.2.9rc1/include/linux/netfilter_ipv4/ipt_physdev.h	2003-10-25 08:43:31.000000000 +0200
@@ -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*/

[-- Attachment #2: ipt_userspace_physdev_h.diff --]
[-- Type: text/x-diff, Size: 517 bytes --]

--- iptables-1.2.9rc1/include/linux/netfilter_ipv4/ipt_physdev.h.old	2003-10-25 08:41:48.000000000 +0200
+++ iptables-1.2.9rc1/include/linux/netfilter_ipv4/ipt_physdev.h	2003-10-25 08:43:31.000000000 +0200
@@ -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*/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] use correct ipt_physdev.h header in iptables userspace tool
  2003-10-25  6:48 [PATCH] use correct ipt_physdev.h header in iptables userspace tool Bart De Schuymer
@ 2003-11-02 10:40 ` Harald Welte
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Welte @ 2003-11-02 10:40 UTC (permalink / raw)
  To: Bart De Schuymer; +Cc: netfilter-devel, Dirk Morris, Patrick McHardy

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

On Sat, Oct 25, 2003 at 08:48:37AM +0200, Bart De Schuymer wrote:
> Hi Harald, this just makes the userspace tool use the right 2.6.0-test8
> header file. Remember we broke compatibility to get things working
> on the parisc?

thanks Bart, patch applied (I'm just about to release 1.2.9 final).

We really should have a script to check if the userspace/include/linux
headers are in-sync with a recent kernel tree.

Any volunteers on the netfilter-devel list?

> cheers,
> Bart

-- 
- Harald Welte <laforge@netfilter.org>             http://www.netfilter.org/
============================================================================
  "Fragmentation is like classful addressing -- an interesting early
   architectural error that shows how much experimentation was going
   on while IP was being designed."                    -- Paul Vixie

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-02 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-25  6:48 [PATCH] use correct ipt_physdev.h header in iptables userspace tool Bart De Schuymer
2003-11-02 10:40 ` Harald Welte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.