PERFORCE change 109083 for review

Paolo Pisati piso at FreeBSD.org
Fri Nov 3 00:18:25 UTC 2006


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

Change 109083 by piso at piso_newluxor on 2006/11/03 00:17:23

	reduce diff against HEAD

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/ip_fw2.c#28 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/ip_fw2.c#28 (text+ko) ====

@@ -82,6 +82,7 @@
 #include <netinet/tcpip.h>
 #include <netinet/udp.h>
 #include <netinet/udp_var.h>
+
 #include <netinet/libalias/alias.h>
 #include <netinet/libalias/alias_local.h>
 #include <netgraph/ng_ipfw.h>
@@ -305,8 +306,8 @@
 #endif /* SYSCTL_NODE */
 
 MODULE_DEPEND(ipfw, libalias, 1, 1, 1);
+static int fw_deny_unknown_exthdrs = 1;
 
-static int fw_deny_unknown_exthdrs = 1;
 
 /*
  * L3HDR maps an ipv4 pointer into a layer3 header pointer of type T
@@ -4336,6 +4337,7 @@
 	return (bp - (char *)buf);
 }
 
+
 /**
  * {set|get}sockopt parser.
  */


More information about the p4-projects mailing list