Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2006 00:18:24 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109083 for review
Message-ID:  <200611030018.kA30IOju000764@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109083

Change 109083 by piso@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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611030018.kA30IOju000764>