summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpctl
AgeCommit message (Expand)AuthorFilesLines
2017-01-20work on making log.c similar in all daemons:benno1-2/+2
2016-07-15Improve logging of reserved labels.renato1-52/+6
2016-05-23Introduce the 'ldpctl clear neighbors' command.renato4-4/+36
2016-05-23Sync with the latest IPv6 bits in ldpd(8).renato5-138/+227
2016-05-23Add function that print labels to avoid code duplication.renato1-35/+36
2016-05-23Replace legacy bzero and bcopy by memset and memcpy.renato2-8/+8
2016-05-23s/routes/labelsrenato1-4/+4
2016-05-23Change ldpctl(8) to use C99-style fixed-width integers.renato3-13/+13
2016-05-23Sync with ldpd.renato1-3/+3
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@claudio1-2/+2
2015-10-23Make use of pledge(2).renato1-1/+4
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ldpd.stsp1-12/+12
2015-09-13match a few if_media uint64_t conversions; ok miodderaadt1-5/+5
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.sobrado1-3/+3
2015-07-21Remove the check for the connected flag since it is no longer around.claudio1-2/+2
2015-07-21Document the "ldpctl show discovery" command.renato1-1/+3
2015-07-21Introduce two show commands for l2vpns.renato4-7/+115
2015-07-21Re-enable the reload command.renato2-4/+6
2015-07-21Improve the show lib command.renato1-4/+6
2015-04-04Show the remote labels in "ldpctl show lib" even if they are not installed in the FIB.renato1-6/+4
2015-01-15do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>deraadt1-1/+2
2013-11-14cope with the EAGAIN API change for msgbuf_write()deraadt1-2/+3
2013-06-04Introduce the 'ldpctl show discovery' commandclaudio3-3/+52
2013-06-04Adjust to the latest changes on the ctl_iface structclaudio1-11/+13
2013-06-01Adjust ldpctl to the latest ldpd changes.claudio1-12/+6
2010-09-04move some things around to make intentions clear. not really a functionaltedu2-19/+21
2010-09-01s/lfib/fib/ for more consistency with the other routing ctl tools.claudio4-46/+46
2010-07-08Update after kroute.c change. As a goody print the route priority.claudio1-13/+6
2010-06-07Store all labels in ldpd in host byte order without any additional shifting.claudio1-18/+10
2010-05-26Move imsg into libutil and add a man page.nicm1-2/+4
2010-05-10Mention that commands may be abbreviated. ok claudio@sthen1-2/+6
2010-04-13Use a more appropriate wording in ldpctl show lib and lfib outputs.michele1-10/+25
2010-03-03Must check for NO_LABEL here as well or we print strange label numbers.claudio1-3/+3
2010-01-13Fix problems with incomplete arrays that was fixed in other ospfctljsg2-6/+6
2010-01-02In the "ldpctl show lib" output print every known label and make clear if itmichele1-6/+6
2009-11-03sort;jmc1-4/+4
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio4-6/+31
2009-10-27write UNIX-domain in a more consistent way.sobrado1-3/+4
2009-09-14Switch the various link state printing codes to use the new if_mediaclaudio1-43/+17
2009-08-02"ldpctl show lib" output cleanup.michele1-4/+13
2009-08-01Correctly print interface state and neighbor uptime in ldpctl show neighbor.michele1-3/+3
2009-06-13Make ldpctl imsg-in-a-lib ready too.michele1-18/+12
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.michele5-0/+1011