summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfctl
AgeCommit message (Expand)Author
2010-09-25Print the checksum sum as a simple fingerprint of the LSDB.Claudio Jeker
2010-09-04move some things around to make intentions clear. not really a functionalTed Unangst
2010-06-12Print 'Number of Routers' in show database network.Alexander Bluhm
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-10Mention that commands may be abbreviated. ok claudio@Stuart Henderson
2010-02-19implement ospfctl fib reload.David Gwynne
2010-02-16implement support for fast hello packets.David Gwynne
2010-02-16allow spf-delay and spf-holdtime to be specified in msec so ospfd canDavid Gwynne
2009-11-13Don't use [] in function arguments when dealing with arraysJonathan Gray
2009-11-03sort;Jason McIntyre
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-09-14Switch the various link state printing codes to use the new if_mediaClaudio Jeker
2009-06-06sync ospfctl/ospfd with the common imsg code, making it lib ready as well.Eric Faurot
2009-06-05forgot to commit the ospfctl bits, this unbreaks the tree.Pierre-Yves Ritschard
2009-04-08standard wording;Jason McIntyre
2009-04-07allow to specify an alternate control socket instead of /var/run/ospfd.sock.Reyk Floeter
2009-01-30Add missing free.Esben Norby
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-08-03document reload command.Pierre-Yves Ritschard
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30yuck, no cookie for meHenning Brauer
2007-02-01Enable reload support in ospfctl. This is still a bit experimental so tryClaudio Jeker
2007-01-25No need to check if word is NULL before calling parse_addr/prefix.Claudio Jeker
2007-01-25Correctly detect missing arguments like in "ospfctl show data area".Claudio Jeker
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-08-28use Forwarding Information Base vs. Forward Information Base;Kevin Steves
2006-08-23Add a comment about the empty imsg_event_add() function to make it clearClaudio Jeker
2006-08-17-Wmissing-declarations -Wredundant-decls are not very useful and especiallyClaudio Jeker
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
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-24typo;Jason McIntyre
2006-03-24Document fib couple and decouple. Mostly form bgpctl.8 but with a warningClaudio Jeker
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