Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2008 01:37:12 GMT
From:      Ryan French <rfrench@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 150736 for review
Message-ID:  <200810010137.m911bCnu022791@repoman.freebsd.org>

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

Change 150736 by rfrench@rfrench_mpls on 2008/10/01 01:36:30

	Added socket.h so I can add a AF_MPLS family. Added a route structure type to mpls.h. Will probably just add static routes to the initialisation as I have to start writing up a dissertation paper for this in the next 2 weeks.

Affected files ...

.. //depot/projects/soc2008/rfrench_mpls/netmpls/mpls.h#6 edit
.. //depot/projects/soc2008/rfrench_mpls/sys/socket.h#1 add

Differences ...

==== //depot/projects/soc2008/rfrench_mpls/netmpls/mpls.h#6 (text+ko) ====

@@ -99,6 +99,11 @@
 //#endif
 };
 
+struct route_mpls {
+	struct rtentry *ro_rt;
+	struct sockaddr_mpls ro_dst;
+};
+
 #define MPLS_OP_POP             1
 #define MPLS_OP_PUSH            2
 #define MPLS_OP_SWAP            3



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