History log of /openbsd-src/usr.sbin/ldpctl/parser.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 3f117ed9 23-May-2016 renato <renato@openbsd.org>

Introduce the 'ldpctl clear neighbors' command.


# 6fb6d103 23-May-2016 renato <renato@openbsd.org>

Sync with the latest IPv6 bits in ldpd(8).


# 24d93a00 23-May-2016 renato <renato@openbsd.org>

Replace legacy bzero and bcopy by memset and memcpy.

bzero(), bcopy() and bcmp() were deprecated in POSIX.1-2001 and removed
in POSIX.1-2008 in deference to memset(), memcpy() and memcmp().


# 6c1e7e28 23-May-2016 renato <renato@openbsd.org>

Change ldpctl(8) to use C99-style fixed-width integers.


# a94c7fd0 21-Jul-2015 renato <renato@openbsd.org>

Introduce two show commands for l2vpns.

ok claudio@


# fe91619e 21-Jul-2015 renato <renato@openbsd.org>

Re-enable the reload command.

ok claudio@


# d50436bb 04-Jun-2013 claudio <claudio@openbsd.org>

Introduce the 'ldpctl show discovery' command
Diff by Renato Westphal


# 6be5843e 04-Sep-2010 tedu <tedu@openbsd.org>

move some things around to make intentions clear. not really a functional
change. ok claudio


# 92dd8dc8 01-Sep-2010 claudio <claudio@openbsd.org>

s/lfib/fib/ for more consistency with the other routing ctl tools.
While I also made the code more consistent the most noticable change
is the rename of the commandline arguments for fib coupling and

s/lfib/fib/ for more consistency with the other routing ctl tools.
While I also made the code more consistent the most noticable change
is the rename of the commandline arguments for fib coupling and viewing.
OK michele@

show more ...


# 4b80bbd0 13-Jan-2010 jsg <jsg@openbsd.org>

Fix problems with incomplete arrays that was fixed in other ospfctl
based programs a few months back.

ok claudio@


# c3319070 02-Nov-2009 claudio <claudio@openbsd.org>

Implement "log verbose" and "log brief" to enable or disable verbose debug
logging. henning, sthen, michele like the idea


# ab0c2486 01-Jun-2009 michele <michele@openbsd.org>

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 func

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@

show more ...