index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpctl
/
ldpctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve logging of reserved labels.
renato
2016-07-15
1
-52
/
+6
*
Introduce the 'ldpctl clear neighbors' command.
renato
2016-05-23
1
-1
/
+11
*
Sync with the latest IPv6 bits in ldpd(8).
renato
2016-05-23
1
-60
/
+103
*
Add function that print labels to avoid code duplication.
renato
2016-05-23
1
-35
/
+36
*
Replace legacy bzero and bcopy by memset and memcpy.
renato
2016-05-23
1
-2
/
+2
*
Change ldpctl(8) to use C99-style fixed-width integers.
renato
2016-05-23
1
-6
/
+6
*
Sync with ldpd.
renato
2016-05-23
1
-3
/
+3
*
EAGAIN handling for imsg_read. OK henning@ benno@
claudio
2015-12-05
1
-2
/
+2
*
Make use of pledge(2).
renato
2015-10-23
1
-1
/
+4
*
As done for bgpd recently, rename if_mediatype to if_type in ldpd.
stsp
2015-09-27
1
-12
/
+12
*
match a few if_media uint64_t conversions; ok miod
deraadt
2015-09-13
1
-5
/
+5
*
Remove the check for the connected flag since it is no longer around.
claudio
2015-07-21
1
-2
/
+2
*
Introduce two show commands for l2vpns.
renato
2015-07-21
1
-1
/
+96
*
Improve the show lib command.
renato
2015-07-21
1
-4
/
+6
*
Show the remote labels in "ldpctl show lib" even if they are not installed in the FIB.
renato
2015-04-04
1
-6
/
+4
*
do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>
deraadt
2015-01-15
1
-1
/
+2
*
cope with the EAGAIN API change for msgbuf_write()
deraadt
2013-11-14
1
-2
/
+3
*
Introduce the 'ldpctl show discovery' command
claudio
2013-06-04
1
-1
/
+42
*
Adjust to the latest changes on the ctl_iface struct
claudio
2013-06-04
1
-11
/
+13
*
Adjust ldpctl to the latest ldpd changes.
claudio
2013-06-01
1
-12
/
+6
*
s/lfib/fib/ for more consistency with the other routing ctl tools.
claudio
2010-09-01
1
-23
/
+23
*
Update after kroute.c change. As a goody print the route priority.
claudio
2010-07-08
1
-13
/
+6
*
Store all labels in ldpd in host byte order without any additional shifting.
claudio
2010-06-07
1
-18
/
+10
*
Use a more appropriate wording in ldpctl show lib and lfib outputs.
michele
2010-04-13
1
-10
/
+25
*
Must check for NO_LABEL here as well or we print strange label numbers.
claudio
2010-03-03
1
-3
/
+3
*
In the "ldpctl show lib" output print every known label and make clear if it
michele
2010-01-02
1
-6
/
+6
*
Implement "log verbose" and "log brief" to enable or disable verbose debug
claudio
2009-11-02
1
-2
/
+13
*
Switch the various link state printing codes to use the new if_media
claudio
2009-09-14
1
-43
/
+17
*
"ldpctl show lib" output cleanup.
michele
2009-08-02
1
-4
/
+13
*
Correctly print interface state and neighbor uptime in ldpctl show neighbor.
michele
2009-08-01
1
-3
/
+3
*
Make ldpctl imsg-in-a-lib ready too.
michele
2009-06-13
1
-18
/
+12
*
Welcome ldpd, the Label Distribution Protocol daemon.
michele
2009-06-01
1
-0
/
+551