summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* style(9), no functionnal change.denis2020-05-203-129/+123
* Externalise the output aspect of ospfctl.denis2020-05-184-891/+832
* Correctly group initialization of AF_UNIX socket.florian2019-11-011-2/+2
* Accept address and number format for "ospfctl show database area XXX".remi2019-05-162-4/+43
* 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
* work on making log.c similar in all daemons:benno2016-09-021-2/+2
* 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
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-3/+3
* 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-093-14/+80
* Print the checksum sum as a simple fingerprint of the LSDB.claudio2010-09-251-3/+5
* move some things around to make intentions clear. not really a functionaltedu2010-09-042-19/+21
* Print 'Number of Routers' in show database network.bluhm2010-06-121-1/+2
* Move imsg into libutil and add a man page.nicm2010-05-261-2/+4
* Mention that commands may be abbreviated. ok claudio@sthen2010-05-101-2/+6
* implement ospfctl fib reload.dlg2010-02-194-5/+16
* 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
* Don't use [] in function arguments when dealing with arraysjsg2009-11-132-6/+6
* sort;jmc2009-11-031-4/+4
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-024-6/+31
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-3/+3
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
* 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
* standard wording;jmc2009-04-081-3/+3
* allow to specify an alternate control socket instead of /var/run/ospfd.sock.reyk2009-04-072-7/+37
* 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-062-5/+5
* specifying int instead of just unsigned is better stylederaadt2007-10-151-2/+2
* please lintderaadt2007-10-142-7/+8
* 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
* document reload command.pyr2007-08-031-2/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* yuck, no cookie for mehenning2007-05-301-6/+1
* Enable reload support in ospfctl. This is still a bit experimental so tryclaudio2007-02-011-2/+2
* No need to check if word is NULL before calling parse_addr/prefix.claudio2007-01-251-4/+3
* Correctly detect missing arguments like in "ospfctl show data area".claudio2007-01-251-6/+9
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+4
* use Forwarding Information Base vs. Forward Information Base;stevesk2006-08-281-5/+5