summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/eigrpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert back previous and remove cpath pledge(2) promise entirely. We decidedmestre2018-08-051-2/+1
* Bump the read sockbuf of the routing socket to 2MB, may help reduce some ofclaudio2018-02-081-2/+2
* No need to use SIOCGIFRDOMAIN anymore.renato2017-02-221-1/+3
* work on making log.c similar in all daemons:benno2016-09-021-1/+20
* Minor tweaksrenato2016-09-021-2/+1
* Make functions and variables static whenever possible.renato2016-09-021-16/+21
* Merge the recv_packet_v[46] functions into one.renato2016-09-021-1/+3
* Simplify handling of multicast addresses.renato2016-09-021-1/+3
* Remove superfluous includes and follow style(9).renato2016-09-021-5/+4
* Simplify shutdown processrenato2016-08-081-3/+3
* Improve security by calling exec after fork.renato2016-06-051-2/+4
* Check for subnet overlap between the configured summary-addresses.renato2016-04-151-1/+3
* Move several other variables out of eigrpd_conf.renato2016-04-151-8/+11
* Move the command line options out of struct eigrpd_configrenato2016-04-151-8/+8
* Minor fixes and code cleanup.renato2016-04-151-7/+7
* Introduce the bad_addr() family of functions.renato2016-02-211-1/+4
* Several minor tweaks.renato2016-02-211-2/+7
* Minor tweaks.renato2016-01-151-3/+4
* Add support for manually clearing neighbors.renato2016-01-151-1/+2
* Introduce new command to show traffic statistics.renato2015-12-131-1/+26
* Add support for route summarization.renato2015-10-211-1/+11
* Minor fixes and code cleanup.renato2015-10-211-27/+27
* Add option to configure or disable the DUAL active timeout.renato2015-10-041-1/+2
* Enable eigrpd(8) and eigrpctl(8) in the buildsrenato2015-10-031-3/+1
* Welcome eigrpdrenato2015-10-021-0/+447