summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/main.c
AgeCommit message (Collapse)Author
2013-07-31Store local bindings in a rbtreekefren
2013-07-25* don't request explicitly for uid 0 as various system policies may make thatkefren
unnecessary * correct the mplsif message. We don't need an IP address assigned on it anymore
2012-11-12* add initial IPv6 support - still incomplete at this moment, but it sendskefren
out there IPv6 hellos. Interoperability not yet tested. * sync man page with reality
2011-07-02return EXIT_SUCCESS and EXIT_FAILURE instead on 0 and -1kefren
2011-06-14* add no-default-route option into configuration file and check it beforekefren
rejecting default-route * exit process in case of error into the main loop * complete FSM for RTM_CHANGE * Check if we overflow pollfd array
2010-12-31Make usage match SYNOPSIS.wiz
2010-12-30* add config file so one can control id, timers and label assignment andkefren
use neighbour specific options - XXX: needs documentation * add peer authentication using TCP_MD5SIG. Interoperability tested with Cisco IOS * use SLIST_FOREACH_SAFE when deleting labels instead of re-looping.
2010-12-08Add all options to usage.wiz
2010-12-08Add ldpd, a RFC 3036 compatible LDP speaker.kefren