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