PERFORCE change 151082 for review
Ryan French
rfrench at FreeBSD.org
Tue Oct 7 02:26:28 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=151082
Change 151082 by rfrench at rfrench_mpls on 2008/10/07 02:26:19
Made changes to socket.h as per email from Andrew Thompson
Affected files ...
.. //depot/projects/soc2008/rfrench_mpls/sys/socket.h#4 edit
Differences ...
==== //depot/projects/soc2008/rfrench_mpls/sys/socket.h#4 (text+ko) ====
@@ -209,14 +209,14 @@
#define AF_ARP 35
#define AF_BLUETOOTH 36 /* Bluetooth sockets */
#define AF_IEEE80211 37 /* IEEE 802.11 protocol */
-#define AF_MAX 38
+#define AF_MPLS 38 /* MPLS protocol */
+#define AF_MAX 39
/*
* When allocating a new AF_ constant, please only allocate
* even numbered constants for FreeBSD until 134 as odd numbered AF_
* constants 39-133 are now reserved for vendors.
*/
#define AF_VENDOR00 39
-#define AF_MPLS 40 /* MPLS protocol */
#define AF_VENDOR01 41
#define AF_VENDOR02 43
#define AF_VENDOR03 45
More information about the p4-projects
mailing list