OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Michele Marchetto (michelecvs.openbsd.org)
Date: Mon Jun 01 2009 - 15:59:45 CDT


CVSROOT: /cvs
Module name: src
Changes by: michelecvs.openbsd.org 2009/06/01 14:59:45

Added files:
        usr.sbin/ldpd : Makefile address.c buffer.c control.c control.h
                         hello.c imsg.c init.c interface.c keepalive.c
                         kroute.c labelmapping.c lde.c lde.h lde_lib.c
                         ldp.h ldpd.8 ldpd.c ldpd.conf.5 ldpd.h ldpe.c
                         ldpe.h log.c log.h name2id.c neighbor.c
                         notification.c packet.c parse.y printconf.c
        usr.sbin/ldpctl: Makefile ldpctl.8 ldpctl.c parser.c parser.h

Log message:
Welcome ldpd, the Label Distribution Protocol daemon.
Built using the imsg/three process framework, its main aim
is to redistribute MPLS labels between peers.

Right now it has some really basic functionalities,
the basic protocol works and peers are able to exchange
labels and insert them in the kernel.
It still does not react to changes of topology.

Not yet connected to the builds.

ok claudio deraadt