OpenBSD CVS

src/usr.sbin/ldpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ldpd

Current tag: OPENBSD_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] accept.c  1.7   8 years  renato   Remove superfluous includes.
[TXT] address.c  1.35   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] adjacency.c  1.26   7 years  renato   Fix removal of dual-stack neighbors.
[TXT] control.c  1.29   7 years  renato   Allow to specify an alternate control socket. This is required to run multiple ...
[TXT] control.h  1.9   7 years  renato   Allow to specify an alternate control socket. This is required to run multiple ...
[TXT] hello.c  1.57   7 years  renato   Fix parsing of mal-formed optional TLVs/Sub-TLVs. We must detect if a TLV's len...
[TXT] init.c  1.37   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] interface.c  1.50   7 years  renato   Minor tweaks.
[TXT] keepalive.c  1.17   7 years  renato   More renaming and whitespace cleanup. No binary change after "strip -s".
[TXT] kroute.c  1.67   6 years  denis   Add support for IPv6 over MPLS pseudowire aka mpw(4) OK claudio@ jca@
[TXT] l2vpn.c  1.24   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] labelmapping.c  1.68   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] lde.c  1.73   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] lde.h  1.50   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] lde_lib.c  1.69   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] ldp.h  1.42   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] ldpd.8  1.21   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] ldpd.c  1.62   7 years  renato   Allow to run on a non-default rdomain. OK claudio@
[TXT] ldpd.conf.5  1.36   5 years  mestre   Change manpage example for reserved words since the macro used is to replace a p...
[TXT] ldpd.h  1.88   6 years  claudio   Bump the read sockbuf of the routing socket to 2MB, may help reduce some of the ...
[TXT] ldpe.c  1.74   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] ldpe.h  1.75   7 years  renato   Send VPLS MAC withdrawals. RFC 4762 says that MAC address withdrawal messages c...
[TXT] log.c  1.34   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.16   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] logmsg.c  1.6   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] neighbor.c  1.79   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] notification.c  1.46   7 years  renato   Implement RFC 5919 (LDP End-of-LIB).
[TXT] packet.c  1.70   7 years  renato   Implement RFC 5561 (LDP Capabilities). This patch per-se doesn't introduce any ...
[TXT] parse.y  1.66   5 years  miko   replace malloc()+strlcpy() with strndup() in cmdline_symset(). "looks good" gil...
[TXT] pfkey.c  1.11   7 years  deraadt   use freezero()
[TXT] printconf.c  1.27   7 years  renato   Allow to run on a non-default rdomain. OK claudio@
[TXT] socket.c  1.9   7 years  renato   Several minor tweaks.
[TXT] util.c  1.4   8 years  renato   Add support for IPv6 (RFC 7552). This includes: * Full compliance to RFC 7552; ...