summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/rde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaksrenato2016-09-021-5/+2
* Make functions and variables static whenever possible.renato2016-09-021-23/+21
* Use static local variables instead of global variables whenever possible.renato2016-09-021-3/+4
* Remove superfluous includes and follow style(9).renato2016-09-021-7/+9
* Fix broken pipe teardown.renato2016-09-021-5/+9
* rde and eigrpe should use exit(3) instead of _exit(2)renato2016-08-081-2/+2
* Improve security by calling exec after fork.renato2016-06-051-37/+32
* Improve support for config reloading.renato2016-05-121-2/+2
* Revert previous commit.renato2016-04-181-5/+11
* Kill the child processes if their parent dies unexpectedly.renato2016-04-151-11/+5
* Fix segfault on reloading the config multiple times.renato2016-04-151-1/+2
* Move several other variables out of eigrpd_conf.renato2016-04-151-2/+2
* Copy structs by assignment instead of memcpy.renato2016-02-211-13/+13
* Better handle explicit nexthops.renato2016-01-151-12/+6
* Avoid the use of inet_pton() whenever possible.renato2016-01-151-5/+7
* Forgot about eigrp when doing the imsg_read EAGAIN fixes.claudio2015-12-051-5/+5
* Whenever a summary route is activated, install a respective blackholerenato2015-10-271-7/+45
* Add support for route summarization.renato2015-10-211-2/+20
* Minor fixes and code cleanup.renato2015-10-211-2/+2
* Make use of pledge(2).renato2015-10-101-1/+4
* When the SIA state is declared for a given destination, reset therenato2015-10-051-5/+5
* Fix warnings and add safeguards to protect against corrupted data.renato2015-10-041-2/+4
* Welcome eigrpdrenato2015-10-021-0/+764