PERFORCE change 163384 for review

Ana Kukec anchie at FreeBSD.org
Tue Jun 2 21:57:05 UTC 2009


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

Change 163384 by anchie at anchie_malimis on 2009/06/02 21:57:01

	Preparations for hooks that are function pointers seeded when loading
	the send module.	
	
	Changed ordering of new ICMP6 types the header file.

Affected files ...

.. //depot/projects/soc2009/anchie_send/src/sys/modules/send/Makefile#1 add
.. //depot/projects/soc2009/anchie_send/src/sys/netinet/icmp6.h#3 edit
.. //depot/projects/soc2009/anchie_send/src/sys/netinet6/send.c#1 add
.. //depot/projects/soc2009/anchie_send/src/sys/netinet6/send.h#1 add

Differences ...

==== //depot/projects/soc2009/anchie_send/src/sys/netinet/icmp6.h#3 (text+ko) ====

@@ -117,9 +117,6 @@
 #define ND_NEIGHBOR_ADVERT		136	/* neighbor advertisement */
 #define ND_REDIRECT			137	/* redirect */
 
-#define SEND_CERT_PATH_SOLICIT		148	/* cert path solicitation */
-#define SEND_CERT_PATH_ADVERT		149	/* cert_path advertisement */
-
 #define ICMP6_ROUTER_RENUMBERING	138	/* router renumbering */
 
 #define ICMP6_WRUREQUEST		139	/* who are you request */
@@ -130,6 +127,9 @@
 #define ICMP6_NI_REPLY			140	/* node information reply */
 #define MLDV2_LISTENER_REPORT		143	/* RFC3810 listener report */
 
+#define SEND_CERT_PATH_SOLICIT		148	/* cert path solicitation */
+#define SEND_CERT_PATH_ADVERT		149	/* cert path advertisement */
+
 /* The definitions below are experimental. TBA */
 #define MLD_MTRACE_RESP			200	/* mtrace resp (to sender) */
 #define MLD_MTRACE			201	/* mtrace messages */


More information about the p4-projects mailing list