summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripctl/ripctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow specifying an alternate socket path.jca2016-08-021-5/+22
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* All commands seem to work fine with pledge "stdio" after the connect(),deraadt2015-10-091-1/+4
* As done for bgpd recently, rename if_mediatype to if_type in ripd.stsp2015-09-271-14/+14
* match a few if_media uint64_t conversions; ok miodderaadt2015-09-131-5/+5
* cope with the EAGAIN API change for msgbuf_write()deraadt2013-11-141-2/+3
* do not store a time_t or the result of a time_t division in an intgilles2013-04-091-3/+4
* 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-43/+17
* Correcly mark as 'R' ripd(8) inserted routes evenmichele2009-07-171-2/+2
* make ripctl/ripd imsg-in-a-lib ready too.eric2009-06-061-18/+12
* sync synopsis/usage.sobrado2008-12-311-2/+2
* specifying int instead of just unsigned is better stylederaadt2007-10-151-2/+2
* 64bit baudrate and %llu to printhenning2007-09-111-7/+7
* token fallout.. bad henninghenning2007-05-301-7/+1
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+4
* Controller for the ripd.norby2006-10-181-0/+539