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