index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospfctl
/
ospfctl.c
Age
Commit message (
Expand
)
Author
2011-05-09
ospfctl bits for opaque LSA support.
Claudio Jeker
2010-09-25
Print the checksum sum as a simple fingerprint of the LSDB.
Claudio Jeker
2010-06-12
Print 'Number of Routers' in show database network.
Alexander Bluhm
2010-02-19
implement ospfctl fib reload.
David Gwynne
2010-02-16
implement support for fast hello packets.
David Gwynne
2010-02-16
allow spf-delay and spf-holdtime to be specified in msec so ospfd can
David Gwynne
2009-11-02
Implement "log verbose" and "log brief" to enable or disable verbose debug
Claudio Jeker
2009-09-14
Switch the various link state printing codes to use the new if_media
Claudio Jeker
2009-06-06
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-05
forgot to commit the ospfctl bits, this unbreaks the tree.
Pierre-Yves Ritschard
2009-04-07
allow to specify an alternate control socket instead of /var/run/ospfd.sock.
Reyk Floeter
2009-01-30
Add missing free.
Esben Norby
2009-01-02
In show interface only print the hello_timer value if valid.
Claudio Jeker
2008-12-12
ospfd knows now priorities so let ospfctl know and print them as well.
Claudio Jeker
2008-12-06
the ellipsis allows more than one argument being specified.
Igor Sobrado
2007-10-15
specifying int instead of just unsigned is better style
Theo de Raadt
2007-10-14
please lint
Theo de Raadt
2007-10-11
Cleanup the way we display timers.
Esben Norby
2007-09-11
Baudrate is 64bit so use %llu in printf(). Reminded by chl@
Claudio Jeker
2007-05-30
yuck, no cookie for me
Henning Brauer
2006-11-28
add additional link states to report the half duplex / full duplex
Reyk Floeter
2006-08-23
Add a comment about the empty imsg_event_add() function to make it clear
Claudio Jeker
2006-06-28
Track the uptime of the ospfd daemon itself.
Esben Norby
2006-04-21
Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P links
Claudio Jeker
2006-03-26
Show the neighbor uptime in "show nei detail".
Esben Norby
2006-03-26
Show the link status of interfaces for real, I guess most users don't know
Esben Norby
2006-03-23
List interfaces they way we list neighbors etc.
Esben Norby
2006-03-22
ospfd has the framework to couple and decouple the FIB. Add the needed
Claudio Jeker
2006-03-09
Track interface uptime.
Esben Norby
2006-03-09
Start using *_name function that are now shared between ospfd and ospfctl.
Claudio Jeker
2006-03-08
Last kroute.c commit changed the meaning of the flags so check them correctly.
Claudio Jeker
2006-02-24
Keep track of the uptime of the entries in the RIB.
Esben Norby
2006-02-19
Keep track of the duration of our relationships with neighbors.
Esben Norby
2006-02-10
imsg API changed so adapt to it.
Claudio Jeker
2005-10-27
indicate passive interface in 'show interface'; ok claudio@
Kevin Steves
2005-10-23
use err() vs. fatal(); ok claudio@
Kevin Steves
2005-10-16
remove duplicate function declaration; ok claudio@
Kevin Steves
2005-10-16
missing break caused erroneous auth-type crypt enabled in 'sh int'
Kevin Steves
2005-09-24
- add auth_type and auth_keyid to struct ctl_iface
Mathieu Sauve-Frankel
2005-05-27
Small formatting bits in show neighbor detail.
Esben Norby
2005-05-26
Fix multi area display bug.
Esben Norby
2005-05-22
Add missing bits to ospfctl show rib detail.
Esben Norby
2005-05-12
Add "show database asbr/external/network/router/self-originate/summary"
Esben Norby
2005-05-06
Fix a display bug in 'show database', when ospfd is member of more
Esben Norby
2005-04-16
Static routes are flagged with F_STATIC and not with F_KERNEL.
Claudio Jeker
2005-03-29
The RFC never mentions anything about transfer, this should be transmit.
Esben Norby
2005-03-26
ospfctl bits for the "ospfctl show fib interface" part. This will print
Claudio Jeker
2005-03-23
Sync mask2prefixlen() with the kroute.c version of ospfd because they share
Claudio Jeker
2005-03-15
bgpctl parts for "show fib".
Claudio Jeker
2005-03-14
Add "show summary" to ospfctl.
Esben Norby
[next]