Module Name: src Committed By: kefren Date: Thu Dec 30 11:29:22 UTC 2010
Modified Files: src/usr.sbin/ldpd: Makefile TODO label.c ldp.h ldp_command.c ldp_peer.c ldpd.8 main.c socketops.c Added Files: src/usr.sbin/ldpd: conffile.c conffile.h Log Message: * add config file so one can control id, timers and label assignment and 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. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/ldpd/Makefile src/usr.sbin/ldpd/label.c \ src/usr.sbin/ldpd/ldp_command.c src/usr.sbin/ldpd/ldp_peer.c \ src/usr.sbin/ldpd/ldpd.8 src/usr.sbin/ldpd/main.c \ src/usr.sbin/ldpd/socketops.c cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/ldpd/TODO src/usr.sbin/ldpd/ldp.h cvs rdiff -u -r0 -r1.1 src/usr.sbin/ldpd/conffile.c \ src/usr.sbin/ldpd/conffile.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.