summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl/ospfctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* style(9), no functionnal change.denis2020-05-201-4/+4
* Externalise the output aspect of ospfctl.denis2020-05-181-889/+108
* Correctly group initialization of AF_UNIX socket.florian2019-11-011-2/+2
* Change the control socket to ospfd.sock.<rdomain>.remi2018-07-111-3/+6
* Also print the mtu when showing interface detailsjca2016-12-051-2/+3
* Another imsg_read EAGAIN check. OK benno@claudio2015-12-031-2/+2
* There is still a bit of an issue with connected routes in the RIB. Printclaudio2015-11-221-3/+4
* can use pledge "stdio"; ok bennoderaadt2015-10-091-1/+4
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-271-12/+12
* match a few if_media uint64_t conversions; ok miodderaadt2015-09-131-6/+6
* handle msgbuf_write() returning EAGAIN, looks right to deraadtsthen2013-11-131-2/+3
* do not store a time_t or the result of a time_t division in an intgilles2013-04-091-3/+4
* ospfctl bits for opaque LSA support.claudio2011-05-091-12/+76
* Print the checksum sum as a simple fingerprint of the LSDB.claudio2010-09-251-3/+5
* Print 'Number of Routers' in show database network.bluhm2010-06-121-1/+2
* implement ospfctl fib reload.dlg2010-02-191-1/+7
* implement support for fast hello packets.dlg2010-02-161-10/+19
* allow spf-delay and spf-holdtime to be specified in msec so ospfd candlg2010-02-161-3/+3
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-2/+13
* Switch the various link state printing codes to use the new if_mediaclaudio2009-09-141-45/+18
* sync ospfctl/ospfd with the common imsg code, making it lib ready as well.eric2009-06-061-2/+2
* forgot to commit the ospfctl bits, this unbreaks the tree.pyr2009-06-051-27/+20
* allow to specify an alternate control socket instead of /var/run/ospfd.sock.reyk2009-04-071-5/+23
* Add missing free.norby2009-01-301-1/+2
* In show interface only print the hello_timer value if valid.claudio2009-01-021-1/+2
* ospfd knows now priorities so let ospfctl know and print them as well.claudio2008-12-121-2/+3
* the ellipsis allows more than one argument being specified.sobrado2008-12-061-2/+2
* specifying int instead of just unsigned is better stylederaadt2007-10-151-2/+2
* please lintderaadt2007-10-141-1/+4
* Cleanup the way we display timers.norby2007-10-111-10/+6
* Baudrate is 64bit so use %llu in printf(). Reminded by chl@claudio2007-09-111-7/+7
* yuck, no cookie for mehenning2007-05-301-6/+1
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+4
* Add a comment about the empty imsg_event_add() function to make it clearclaudio2006-08-231-1/+3
* Track the uptime of the ospfd daemon itself.norby2006-06-281-1/+3
* Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P linksclaudio2006-04-211-8/+5
* Show the neighbor uptime in "show nei detail".norby2006-03-261-1/+2
* Show the link status of interfaces for real, I guess most users don't knownorby2006-03-261-24/+31
* List interfaces they way we list neighbors etc.norby2006-03-231-1/+61
* ospfd has the framework to couple and decouple the FIB. Add the neededclaudio2006-03-221-1/+17
* Track interface uptime.norby2006-03-091-1/+3
* Start using *_name function that are now shared between ospfd and ospfctl.claudio2006-03-091-82/+10
* Last kroute.c commit changed the meaning of the flags so check them correctly.claudio2006-03-081-2/+2
* Keep track of the uptime of the entries in the RIB.norby2006-02-241-5/+6
* Keep track of the duration of our relationships with neighbors.norby2006-02-191-17/+18
* imsg API changed so adapt to it.claudio2006-02-101-18/+18
* indicate passive interface in 'show interface'; ok claudio@stevesk2005-10-271-2/+4
* use err() vs. fatal(); ok claudio@stevesk2005-10-231-3/+2
* remove duplicate function declaration; ok claudio@stevesk2005-10-161-2/+1
* missing break caused erroneous auth-type crypt enabled in 'sh int'stevesk2005-10-161-1/+3