History log of /netbsd-src/usr.sbin/ldpd/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# 7feed94c 26-Jun-2022 riastradh <riastradh@NetBSD.org>

ldpd(8): Fix address of misaligned packed members.

PR kern/56895


# c88f61af 23-Feb-2021 joerg <joerg@NetBSD.org>

Make use of packed member addreses non-fatal for clang, too


# 68cffc06 03-Feb-2021 roy <roy@NetBSD.org>

ldpd: Discard warning about accessing packed member

I don't see a good way of fixing this right now.


# eda74765 18-Oct-2013 kefren <kefren@NetBSD.org>

Attempt to write a manpage for ldpd.conf


# 6cb06423 12-Nov-2012 kefren <kefren@NetBSD.org>

* add initial IPv6 support - still incomplete at this moment, but it sends
out there IPv6 hellos. Interoperability not yet tested.
* sync man page with reality


# e64aab24 30-Dec-2010 kefren <kefren@NetBSD.org>

* 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 teste

* 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.

show more ...


# 879c3357 18-Dec-2010 joerg <joerg@NetBSD.org>

Don't assign CFLAGS. Use default WARNS from usr.sbin/Makefile.inc.


# e7341ada 08-Dec-2010 kefren <kefren@NetBSD.org>

Add ldpd, a RFC 3036 compatible LDP speaker.