summaryrefslogtreecommitdiffstats
path: root/sys/netmpls/mpls_raw.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop.claudio2010-09-031-2/+2
|
* Correct function in panic string. From Christophe Fillotclaudio2010-07-151-2/+2
|
* Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitlyclaudio2010-06-021-2/+1
| | | | | on each interface there is no need for yet another knob. OK michele@
* Unbreak build of MPLS enabled kernel. proc.h is needed.michele2010-04-221-1/+2
| | | | ok claudio@
* Introduced Uniform Model for TTL handling.michele2008-11-011-2/+2
| | | | | | | | MPLS TTL is mapped into network layer one as the packet exits the LSP. Just IPv4 support for now. Added the relevant sysctls to enable this behaviour. Input and OK claudio@
* Make this compile again, by adding a struct proc * argumentthib2008-05-231-2/+2
| | | | | | to the usrreq's. (Both MPLS and NETATALK are disabled in GENERIC).
* I hate working outside the tree.norby2008-04-231-156/+1
| | | | Fix my faulty import....
* Import MPLS (Multi Protocol Label Switching)norby2008-04-231-0/+301
MPLS support partly based on the (abandoned?) AYAME project. Basic LSR (Label Switch Router) functionality is present, but not fully functional yet. It is currently possible to insert entries in the LIB (Label Information Base) with route(8), but setting the operation type is not supported yet. Imported to allow more people to work on this in the coming weeks. ok claudio@ laurent@ dlg@