index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpctl
Age
Commit message (
Expand
)
Author
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2016-07-15
Improve logging of reserved labels.
Renato Westphal
2016-05-23
Introduce the 'ldpctl clear neighbors' command.
Renato Westphal
2016-05-23
Sync with the latest IPv6 bits in ldpd(8).
Renato Westphal
2016-05-23
Add function that print labels to avoid code duplication.
Renato Westphal
2016-05-23
Replace legacy bzero and bcopy by memset and memcpy.
Renato Westphal
2016-05-23
s/routes/labels
Renato Westphal
2016-05-23
Change ldpctl(8) to use C99-style fixed-width integers.
Renato Westphal
2016-05-23
Sync with ldpd.
Renato Westphal
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-10-23
Make use of pledge(2).
Renato Westphal
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ldpd.
Stefan Sperling
2015-09-13
match a few if_media uint64_t conversions; ok miod
Theo de Raadt
2015-07-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
2015-07-21
Remove the check for the connected flag since it is no longer around.
Claudio Jeker
2015-07-21
Document the "ldpctl show discovery" command.
Renato Westphal
2015-07-21
Introduce two show commands for l2vpns.
Renato Westphal
2015-07-21
Re-enable the reload command.
Renato Westphal
2015-07-21
Improve the show lib command.
Renato Westphal
2015-04-04
Show the remote labels in "ldpctl show lib" even if they are not installed in...
Renato Westphal
2015-01-15
do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>
Theo de Raadt
2013-11-14
cope with the EAGAIN API change for msgbuf_write()
Theo de Raadt
2013-06-04
Introduce the 'ldpctl show discovery' command
Claudio Jeker
2013-06-04
Adjust to the latest changes on the ctl_iface struct
Claudio Jeker
2013-06-01
Adjust ldpctl to the latest ldpd changes.
Claudio Jeker
2010-09-04
move some things around to make intentions clear. not really a functional
Ted Unangst
2010-09-01
s/lfib/fib/ for more consistency with the other routing ctl tools.
Claudio Jeker
2010-07-08
Update after kroute.c change. As a goody print the route priority.
Claudio Jeker
2010-06-07
Store all labels in ldpd in host byte order without any additional shifting.
Claudio Jeker
2010-05-26
Move imsg into libutil and add a man page.
Nicholas Marriott
2010-05-10
Mention that commands may be abbreviated. ok claudio@
Stuart Henderson
2010-04-13
Use a more appropriate wording in ldpctl show lib and lfib outputs.
Michele Marchetto
2010-03-03
Must check for NO_LABEL here as well or we print strange label numbers.
Claudio Jeker
2010-01-13
Fix problems with incomplete arrays that was fixed in other ospfctl
Jonathan Gray
2010-01-02
In the "ldpctl show lib" output print every known label and make clear if it
Michele Marchetto
2009-11-03
sort;
Jason McIntyre
2009-11-02
Implement "log verbose" and "log brief" to enable or disable verbose debug
Claudio Jeker
2009-10-27
write UNIX-domain in a more consistent way.
Igor Sobrado
2009-09-14
Switch the various link state printing codes to use the new if_media
Claudio Jeker
2009-08-02
"ldpctl show lib" output cleanup.
Michele Marchetto
2009-08-01
Correctly print interface state and neighbor uptime in ldpctl show neighbor.
Michele Marchetto
2009-06-13
Make ldpctl imsg-in-a-lib ready too.
Michele Marchetto
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto