summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/ripd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add config option fib-priority to set a custom prio for routes ripdremi2018-12-311-2/+3
* Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofclaudio2018-02-081-2/+2
* work on making log.c similar in all daemons:benno2016-09-021-7/+14
* Allow specifying an alternate socket path.jca2016-08-021-1/+2
* As done for bgpd recently, rename if_mediatype to if_type in ripd.stsp2015-09-271-4/+4
* Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling ofclaudio2009-11-021-1/+2
* Preliminary rdomain support.michele2009-09-261-2/+3
* Whitespace cleanup.michele2009-09-261-2/+2
* Priorities are now handled in the kernel so:michele2009-09-241-2/+1
* Make kroute code routing priority aware.michele2009-09-181-4/+2
* Make ripd(8) aware of MPLS routes.michele2009-07-071-1/+2
* Get ready for including imsg.h from a lib, when it comes along.pyr2009-06-061-2/+2
* make ripctl/ripd imsg-in-a-lib ready too.eric2009-06-061-78/+12
* Same reject and blackhole route handling as in ospfd. Allow those routesclaudio2009-06-021-1/+3
* Change the behaviour of redistribute default.michele2009-03-241-3/+3
* Add support for demotion counter.michele2008-12-171-2/+16
* ctl_rt flags should be u_int16_t -- noticed by lintclaudio2007-10-241-2/+2
* spacingderaadt2007-10-181-6/+6
* Massive cleanup in the authentication code. the simple auth_key and the cryptclaudio2007-10-181-3/+3
* More baudrate fixes. Again don't forget to initialize the iface->baudrate.claudio2007-09-111-5/+4
* baudrate, two non-obvious ones marked for michelehenning2007-09-111-4/+4
* New redistribute code adapted from ospfd. It is now possible to do the sameclaudio2007-01-081-12/+33
* remove double define; dunceor@gmail.comderaadt2006-11-151-2/+1
* create a temporary neighbor instead of a permanent one when a request is receivedmichele2006-10-311-1/+2
* Time is not a secret.mcbride2006-10-311-1/+2
* Welcome ripdnorby2006-10-181-0/+392