summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/rde.c
AgeCommit message (Expand)Author
2016-09-02Minor tweaksRenato Westphal
2016-09-02Make functions and variables static whenever possible.Renato Westphal
2016-09-02Use static local variables instead of global variables whenever possible.Renato Westphal
2016-09-02Remove superfluous includes and follow style(9).Renato Westphal
2016-09-02Fix broken pipe teardown.Renato Westphal
2016-08-08rde and eigrpe should use exit(3) instead of _exit(2)Renato Westphal
2016-06-05Improve security by calling exec after fork.Renato Westphal
2016-05-12Improve support for config reloading.Renato Westphal
2016-04-18Revert previous commit.Renato Westphal
2016-04-15Kill the child processes if their parent dies unexpectedly.Renato Westphal
2016-04-15Fix segfault on reloading the config multiple times.Renato Westphal
2016-04-15Move several other variables out of eigrpd_conf.Renato Westphal
2016-02-21Copy structs by assignment instead of memcpy.Renato Westphal
2016-01-15Better handle explicit nexthops.Renato Westphal
2016-01-15Avoid the use of inet_pton() whenever possible.Renato Westphal
2015-12-05Forgot about eigrp when doing the imsg_read EAGAIN fixes.Claudio Jeker
2015-10-27Whenever a summary route is activated, install a respective blackholeRenato Westphal
2015-10-21Add support for route summarization.Renato Westphal
2015-10-21Minor fixes and code cleanup.Renato Westphal
2015-10-10Make use of pledge(2).Renato Westphal
2015-10-05When the SIA state is declared for a given destination, reset theRenato Westphal
2015-10-04Fix warnings and add safeguards to protect against corrupted data.Renato Westphal
2015-10-02Welcome eigrpdRenato Westphal