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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
work on making log.c similar in all daemons:
benno
2017-01-20
1
-2
/
+2
*
Improve logging of reserved labels.
renato
2016-07-15
1
-52
/
+6
*
Introduce the 'ldpctl clear neighbors' command.
renato
2016-05-23
4
-4
/
+36
*
Sync with the latest IPv6 bits in ldpd(8).
renato
2016-05-23
5
-138
/
+227
*
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
2
-8
/
+8
*
s/routes/labels
renato
2016-05-23
1
-4
/
+4
*
Change ldpctl(8) to use C99-style fixed-width integers.
renato
2016-05-23
3
-13
/
+13
*
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
*
use file system path (.Pa) semantic markup macros where appropriate.
sobrado
2015-07-27
1
-3
/
+3
*
Remove the check for the connected flag since it is no longer around.
claudio
2015-07-21
1
-2
/
+2
*
Document the "ldpctl show discovery" command.
renato
2015-07-21
1
-1
/
+3
*
Introduce two show commands for l2vpns.
renato
2015-07-21
4
-7
/
+115
*
Re-enable the reload command.
renato
2015-07-21
2
-4
/
+6
*
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
3
-3
/
+52
*
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
*
move some things around to make intentions clear. not really a functional
tedu
2010-09-04
2
-19
/
+21
*
s/lfib/fib/ for more consistency with the other routing ctl tools.
claudio
2010-09-01
4
-46
/
+46
*
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
*
Move imsg into libutil and add a man page.
nicm
2010-05-26
1
-2
/
+4
*
Mention that commands may be abbreviated. ok claudio@
sthen
2010-05-10
1
-2
/
+6
*
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
*
Fix problems with incomplete arrays that was fixed in other ospfctl
jsg
2010-01-13
2
-6
/
+6
*
In the "ldpctl show lib" output print every known label and make clear if it
michele
2010-01-02
1
-6
/
+6
*
sort;
jmc
2009-11-03
1
-4
/
+4
*
Implement "log verbose" and "log brief" to enable or disable verbose debug
claudio
2009-11-02
4
-6
/
+31
*
write UNIX-domain in a more consistent way.
sobrado
2009-10-27
1
-3
/
+4
*
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
5
-0
/
+1011