diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2008-04-23 10:58:35 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2008-04-23 10:58:35 +0000 |
commit | 527c0e62e242095239a9f3919b65acb6fabfbb24 (patch) | |
tree | 9ac6d54360d1b7676bd937db61dc3b0178ea5b70 /include/Makefile | |
parent | 8694db9f97b2d1604d2285ca01ea73760386f1bc (diff) |
Import MPLS (Multi Protocol Label Switching)
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@
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index c7871dcfb37..ab167372a0f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.142 2008/03/22 10:36:11 matthieu Exp $ +# $OpenBSD: Makefile,v 1.143 2008/04/23 10:58:34 norby Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -34,8 +34,8 @@ MFILES= float.h frame.h LFILES= fcntl.h syslog.h termios.h stdarg.h stdint.h varargs.h DIRS= arpa protocols rpc rpcsvc -LDIRS= crypto ddb dev isofs miscfs net netatalk netinet altq \ - netinet6 netnatm net80211 netbt nfs scsi sys ufs uvm xfs +LDIRS= altq crypto ddb dev isofs miscfs net netatalk netinet netinet6 \ + netmpls netnatm net80211 netbt nfs scsi sys ufs uvm xfs # Directories with an includes target RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ |