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
/
ospfctl
/
ospfctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
style(9), no functionnal change.
denis
2020-05-20
1
-4
/
+4
*
Externalise the output aspect of ospfctl.
denis
2020-05-18
1
-889
/
+108
*
Correctly group initialization of AF_UNIX socket.
florian
2019-11-01
1
-2
/
+2
*
Change the control socket to ospfd.sock.<rdomain>.
remi
2018-07-11
1
-3
/
+6
*
Also print the mtu when showing interface details
jca
2016-12-05
1
-2
/
+3
*
Another imsg_read EAGAIN check. OK benno@
claudio
2015-12-03
1
-2
/
+2
*
There is still a bit of an issue with connected routes in the RIB. Print
claudio
2015-11-22
1
-3
/
+4
*
can use pledge "stdio"; ok benno
deraadt
2015-10-09
1
-1
/
+4
*
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
stsp
2015-09-27
1
-12
/
+12
*
match a few if_media uint64_t conversions; ok miod
deraadt
2015-09-13
1
-6
/
+6
*
handle msgbuf_write() returning EAGAIN, looks right to deraadt
sthen
2013-11-13
1
-2
/
+3
*
do not store a time_t or the result of a time_t division in an int
gilles
2013-04-09
1
-3
/
+4
*
ospfctl bits for opaque LSA support.
claudio
2011-05-09
1
-12
/
+76
*
Print the checksum sum as a simple fingerprint of the LSDB.
claudio
2010-09-25
1
-3
/
+5
*
Print 'Number of Routers' in show database network.
bluhm
2010-06-12
1
-1
/
+2
*
implement ospfctl fib reload.
dlg
2010-02-19
1
-1
/
+7
*
implement support for fast hello packets.
dlg
2010-02-16
1
-10
/
+19
*
allow spf-delay and spf-holdtime to be specified in msec so ospfd can
dlg
2010-02-16
1
-3
/
+3
*
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
-45
/
+18
*
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
eric
2009-06-06
1
-2
/
+2
*
forgot to commit the ospfctl bits, this unbreaks the tree.
pyr
2009-06-05
1
-27
/
+20
*
allow to specify an alternate control socket instead of /var/run/ospfd.sock.
reyk
2009-04-07
1
-5
/
+23
*
Add missing free.
norby
2009-01-30
1
-1
/
+2
*
In show interface only print the hello_timer value if valid.
claudio
2009-01-02
1
-1
/
+2
*
ospfd knows now priorities so let ospfctl know and print them as well.
claudio
2008-12-12
1
-2
/
+3
*
the ellipsis allows more than one argument being specified.
sobrado
2008-12-06
1
-2
/
+2
*
specifying int instead of just unsigned is better style
deraadt
2007-10-15
1
-2
/
+2
*
please lint
deraadt
2007-10-14
1
-1
/
+4
*
Cleanup the way we display timers.
norby
2007-10-11
1
-10
/
+6
*
Baudrate is 64bit so use %llu in printf(). Reminded by chl@
claudio
2007-09-11
1
-7
/
+7
*
yuck, no cookie for me
henning
2007-05-30
1
-6
/
+1
*
add additional link states to report the half duplex / full duplex
reyk
2006-11-28
1
-2
/
+4
*
Add a comment about the empty imsg_event_add() function to make it clear
claudio
2006-08-23
1
-1
/
+3
*
Track the uptime of the ospfd daemon itself.
norby
2006-06-28
1
-1
/
+3
*
Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P links
claudio
2006-04-21
1
-8
/
+5
*
Show the neighbor uptime in "show nei detail".
norby
2006-03-26
1
-1
/
+2
*
Show the link status of interfaces for real, I guess most users don't know
norby
2006-03-26
1
-24
/
+31
*
List interfaces they way we list neighbors etc.
norby
2006-03-23
1
-1
/
+61
*
ospfd has the framework to couple and decouple the FIB. Add the needed
claudio
2006-03-22
1
-1
/
+17
*
Track interface uptime.
norby
2006-03-09
1
-1
/
+3
*
Start using *_name function that are now shared between ospfd and ospfctl.
claudio
2006-03-09
1
-82
/
+10
*
Last kroute.c commit changed the meaning of the flags so check them correctly.
claudio
2006-03-08
1
-2
/
+2
*
Keep track of the uptime of the entries in the RIB.
norby
2006-02-24
1
-5
/
+6
*
Keep track of the duration of our relationships with neighbors.
norby
2006-02-19
1
-17
/
+18
*
imsg API changed so adapt to it.
claudio
2006-02-10
1
-18
/
+18
*
indicate passive interface in 'show interface'; ok claudio@
stevesk
2005-10-27
1
-2
/
+4
*
use err() vs. fatal(); ok claudio@
stevesk
2005-10-23
1
-3
/
+2
*
remove duplicate function declaration; ok claudio@
stevesk
2005-10-16
1
-2
/
+1
*
missing break caused erroneous auth-type crypt enabled in 'sh int'
stevesk
2005-10-16
1
-1
/
+3
[next]