Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2009 21:57:03 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 163384 for review
Message-ID:  <200906022157.n52Lv3eV019120@repoman.freebsd.org>

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

Change 163384 by anchie@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 */



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