summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfctl/ospfctl.c
AgeCommit message (Expand)Author
2009-01-02In show interface only print the hello_timer value if valid.Claudio Jeker
2008-12-12ospfd knows now priorities so let ospfctl know and print them as well.Claudio Jeker
2008-12-06the ellipsis allows more than one argument being specified.Igor Sobrado
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-10-14please lintTheo de Raadt
2007-10-11Cleanup the way we display timers.Esben Norby
2007-09-11Baudrate is 64bit so use %llu in printf(). Reminded by chl@Claudio Jeker
2007-05-30yuck, no cookie for meHenning Brauer
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-08-23Add a comment about the empty imsg_event_add() function to make it clearClaudio Jeker
2006-06-28Track the uptime of the ospfd daemon itself.Esben Norby
2006-04-21Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P linksClaudio Jeker
2006-03-26Show the neighbor uptime in "show nei detail".Esben Norby
2006-03-26Show the link status of interfaces for real, I guess most users don't knowEsben Norby
2006-03-23List interfaces they way we list neighbors etc.Esben Norby
2006-03-22ospfd has the framework to couple and decouple the FIB. Add the neededClaudio Jeker
2006-03-09Track interface uptime.Esben Norby
2006-03-09Start using *_name function that are now shared between ospfd and ospfctl.Claudio Jeker
2006-03-08Last kroute.c commit changed the meaning of the flags so check them correctly.Claudio Jeker
2006-02-24Keep track of the uptime of the entries in the RIB.Esben Norby
2006-02-19Keep track of the duration of our relationships with neighbors.Esben Norby
2006-02-10imsg API changed so adapt to it.Claudio Jeker
2005-10-27indicate passive interface in 'show interface'; ok claudio@Kevin Steves
2005-10-23use err() vs. fatal(); ok claudio@Kevin Steves
2005-10-16remove duplicate function declaration; ok claudio@Kevin Steves
2005-10-16missing break caused erroneous auth-type crypt enabled in 'sh int'Kevin Steves
2005-09-24- add auth_type and auth_keyid to struct ctl_ifaceMathieu Sauve-Frankel
2005-05-27Small formatting bits in show neighbor detail.Esben Norby
2005-05-26Fix multi area display bug.Esben Norby
2005-05-22Add missing bits to ospfctl show rib detail.Esben Norby
2005-05-12Add "show database asbr/external/network/router/self-originate/summary"Esben Norby
2005-05-06Fix a display bug in 'show database', when ospfd is member of moreEsben Norby
2005-04-16Static routes are flagged with F_STATIC and not with F_KERNEL.Claudio Jeker
2005-03-29The RFC never mentions anything about transfer, this should be transmit.Esben Norby
2005-03-26ospfctl bits for the "ospfctl show fib interface" part. This will printClaudio Jeker
2005-03-23Sync mask2prefixlen() with the kroute.c version of ospfd because they shareClaudio Jeker
2005-03-15bgpctl parts for "show fib".Claudio Jeker
2005-03-14Add "show summary" to ospfctl.Esben Norby
2005-03-12Add "show rib" and "show rib detail" to ospfctl.Esben Norby
2005-03-12Small K&F.Esben Norby
2005-02-02KNFHenning Brauer
2005-02-02usage() is __deadHenning Brauer
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Control program like bgpctl but this time for ospfd.Claudio Jeker