PERFORCE change 164147 for review

Marko Zec zec at FreeBSD.org
Thu Jun 11 21:19:04 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164147

Change 164147 by zec at zec_amdx4 on 2009/06/11 21:18:49

	Fix a misintegration.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/ip_fw.h#34 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/ip_fw.h#34 (text+ko) ====

@@ -601,6 +601,7 @@
 	LIST_HEAD(, cfg_nat) nat;	/* list of nat entries */
 	struct radix_node_head *tables[IPFW_TABLES_MAX];
 	struct rwlock	rwmtx;
+	uint32_t	id;		/* ruleset id */
 };
 
 struct table_entry {
@@ -688,9 +689,6 @@
 #endif
 #endif
 
-	uint32_t	id;		/* ruleset id */
-};
-
 #ifdef IPFW_INTERNAL
 
 #define	IPFW_LOCK_INIT(_chain) \


More information about the p4-projects mailing list