summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfctl
AgeCommit message (Expand)Author
8 hoursConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
8 hoursUnify error reporting in various control programs.Claudio Jeker
8 hoursConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
9 hoursRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
9 hoursUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2023-03-02improve the Nd lines such that the format is consistent for theJason McIntyre
2020-11-02print "depend on" information when available in "ospfctl sh int" output.David Gwynne
2020-05-20style(9), no functionnal change.denis
2020-05-18Externalise the output aspect of ospfctl.denis
2019-11-01Correctly group initialization of AF_UNIX socket.Florian Obser
2019-05-16Accept address and number format for "ospfctl show database area XXX".remi
2018-07-11Change the control socket to ospfd.sock.<rdomain>.remi
2016-12-05Also print the mtu when showing interface detailsJeremie Courreges-Anglas
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2015-12-03Another imsg_read EAGAIN check. OK benno@Claudio Jeker
2015-11-22There is still a bit of an issue with connected routes in the RIB. PrintClaudio Jeker
2015-10-09can use pledge "stdio"; ok bennoTheo de Raadt
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.Stefan Sperling
2015-09-13match a few if_media uint64_t conversions; ok miodTheo de Raadt
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2013-11-13handle msgbuf_write() returning EAGAIN, looks right to deraadtStuart Henderson
2013-04-09do not store a time_t or the result of a time_t division in an intGilles Chehade
2011-05-09ospfctl bits for opaque LSA support.Claudio Jeker
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