diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2008-04-23 10:55:15 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2008-04-23 10:55:15 +0000 |
commit | 8694db9f97b2d1604d2285ca01ea73760386f1bc (patch) | |
tree | 4fd89de9cf376a77bb5a6468574b4529a20130aa /sys/conf | |
parent | c9d717b5186297c9c69c69b1e39f99859000ec30 (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 'sys/conf')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 225e7fc8b25..5ceb3897e72 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.428 2008/04/16 18:32:14 damien Exp $ +# $OpenBSD: files,v 1.429 2008/04/23 10:55:13 norby Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -867,6 +867,10 @@ file netbt/rfcomm_socket.c bluetooth file netbt/rfcomm_upper.c bluetooth file netbt/sco_socket.c bluetooth file netbt/sco_upper.c bluetooth +file netmpls/mpls_input.c mpls +file netmpls/mpls_proto.c mpls +file netmpls/mpls_raw.c mpls +file netmpls/mpls_shim.c mpls file netnatm/natm_pcb.c natm file netnatm/natm_proto.c natm file netnatm/natm.c natm |