summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpctl/ldpctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve logging of reserved labels.renato2016-07-151-52/+6
* Introduce the 'ldpctl clear neighbors' command.renato2016-05-231-1/+11
* Sync with the latest IPv6 bits in ldpd(8).renato2016-05-231-60/+103
* Add function that print labels to avoid code duplication.renato2016-05-231-35/+36
* Replace legacy bzero and bcopy by memset and memcpy.renato2016-05-231-2/+2
* Change ldpctl(8) to use C99-style fixed-width integers.renato2016-05-231-6/+6
* Sync with ldpd.renato2016-05-231-3/+3
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* Make use of pledge(2).renato2015-10-231-1/+4
* As done for bgpd recently, rename if_mediatype to if_type in ldpd.stsp2015-09-271-12/+12
* match a few if_media uint64_t conversions; ok miodderaadt2015-09-131-5/+5
* Remove the check for the connected flag since it is no longer around.claudio2015-07-211-2/+2
* Introduce two show commands for l2vpns.renato2015-07-211-1/+96
* Improve the show lib command.renato2015-07-211-4/+6
* Show the remote labels in "ldpctl show lib" even if they are not installed in the FIB.renato2015-04-041-6/+4
* do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>deraadt2015-01-151-1/+2
* cope with the EAGAIN API change for msgbuf_write()deraadt2013-11-141-2/+3
* Introduce the 'ldpctl show discovery' commandclaudio2013-06-041-1/+42
* Adjust to the latest changes on the ctl_iface structclaudio2013-06-041-11/+13
* Adjust ldpctl to the latest ldpd changes.claudio2013-06-011-12/+6
* s/lfib/fib/ for more consistency with the other routing ctl tools.claudio2010-09-011-23/+23
* Update after kroute.c change. As a goody print the route priority.claudio2010-07-081-13/+6
* Store all labels in ldpd in host byte order without any additional shifting.claudio2010-06-071-18/+10
* Use a more appropriate wording in ldpctl show lib and lfib outputs.michele2010-04-131-10/+25
* Must check for NO_LABEL here as well or we print strange label numbers.claudio2010-03-031-3/+3
* In the "ldpctl show lib" output print every known label and make clear if itmichele2010-01-021-6/+6
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-2/+13
* Switch the various link state printing codes to use the new if_mediaclaudio2009-09-141-43/+17
* "ldpctl show lib" output cleanup.michele2009-08-021-4/+13
* Correctly print interface state and neighbor uptime in ldpctl show neighbor.michele2009-08-011-3/+3
* Make ldpctl imsg-in-a-lib ready too.michele2009-06-131-18/+12
* Welcome ldpd, the Label Distribution Protocol daemon.michele2009-06-011-0/+551