summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripctl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused variables; pointed out by clangflorian2017-07-281-3/+1
| | | | OK kettenis
* Document the -s option, descr adapted from ospfd/ospfctljca2016-10-131-2/+14
| | | | Noticed by Sebastien Leclerc, ok deraadt@
* work on making log.c similar in all daemons:benno2016-09-021-2/+2
| | | | | | | move daemon-local functions into new logmsg.c, and reduce the (mostly whitespace) differences so that log.c's can be diffed easily. ok claudio@, feedback from henning@, deraadt@, reyk@
* 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
|
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-3/+3
|
* 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@
* Unbreak the tree. Bad tedu, no cookie.kettenis2010-09-051-2/+2
|
* move some things around to make intentions clear. not really a functionaltedu2010-09-042-19/+21
| | | | change. ok claudio
* Move imsg into libutil and add a man page.nicm2010-05-261-2/+4
| | | | | | | | Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt
* Mention that commands may be abbreviated. ok claudio@sthen2010-05-101-2/+6
|
* Don't use [] in function arguments when dealing with arraysjsg2009-11-132-6/+6
| | | | | | we don't know the size of, otherwise gcc >= 4 will error. ok markus@ deraadt@
* sort;jmc2009-11-031-4/+4
|
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-024-6/+31
| | | | logging. henning, sthen, michele like the idea
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-3/+3
| | | | | | | | few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
| | | | ok jmc@
* 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
|
* the ellipsis allows more than one argument being specified.sobrado2008-12-061-3/+3
|
* specifying int instead of just unsigned is better stylederaadt2007-10-151-2/+2
|
* 64bit baudrate and %llu to printhenning2007-09-111-7/+7
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* token fallout.. bad henninghenning2007-05-301-7/+1
|
* Sync with ospfctl/bgpctl: detect missing arguments. OK michele@claudio2007-01-261-4/+6
|
* remove "show summary" and "detail" keywords that aren't supportedmichele2006-11-301-15/+7
| | | | ok henning@
* 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@
* first appeared in OpenBSD 4.1 not 4.0david2006-10-241-2/+2
|
* Controller for the ripd.norby2006-10-185-0/+1011
All relevant information in the rip daemon can be displayed with this controller. Not connected to builds yet. ok claudio@