summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripctl/ripctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow specifying an alternate socket path.jca2016-08-021-5/+22
| | | | | This allows one to run multiple ripd instances, for example to serve multiple rdomains. Diff from Nima GHOTBI, ok claudio@ florian@ benno@
* 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
| | | | | | | direct source and symbol table inspection suggests it is good. The same principle will likely apply to most of our network daemon *ctl programs, since many are derived from ospfd. Still, each needs testing. discussion about network daemons and ctl's has been mostly with renato
* As done for bgpd recently, rename if_mediatype to if_type in ripd.stsp2015-09-271-14/+14
| | | | | And some ifmedia64 fixes. "move forward" deraadt@
* 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
| | | | ok benno
* do not store a time_t or the result of a time_t division in an intgilles2013-04-091-3/+4
| | | | prompted by deraadt@, ok claudio@ chl@ guenther@
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-2/+13
| | | | logging. henning, sthen, michele like the idea
* Switch the various link state printing codes to use the new if_mediaclaudio2009-09-141-43/+17
| | | | | | independent LINK_STATE_DESCRIPTIONS. Code is now more or less a one to one copy of get_linkstate() in route/route.c. OK henning, michele, sthen, deraadt
* Correcly mark as 'R' ripd(8) inserted routes evenmichele2009-07-171-2/+2
| | | | | | if they have been modified by ldpd(8). Spotted by Rolf Sommerhalder
* make ripctl/ripd imsg-in-a-lib ready too.eric2009-06-061-18/+12
| | | | ok pyr@
* 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
| | | | | | | | state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@
* Controller for the ripd.norby2006-10-181-0/+539
All relevant information in the rip daemon can be displayed with this controller. Not connected to builds yet. ok claudio@