summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for route summarization.renato2015-10-2111-24/+171
* Minor fixes and code cleanup.renato2015-10-218-68/+45
* fix a use after free found by clang using an approach suggested by renatojsg2015-10-201-2/+4
* fix memory leaks in error pathsjsg2015-10-191-3/+8
* Make use of pledge(2).renato2015-10-103-3/+12
* Move some interface initialization bits from if_init() to eigrp_if_start()renato2015-10-102-18/+11
* Remove attached neighbors whenever an interface is disabled to speeduprenato2015-10-101-6/+5
* Fix detection of interface up/down events.renato2015-10-102-13/+28
* When the SIA state is declared for a given destination, reset therenato2015-10-059-26/+51
* Ignore IPv4 TLVs in IPv6 instances and vice-versa.renato2015-10-043-24/+34
* Fix warnings and add safeguards to protect against corrupted data.renato2015-10-0411-41/+45
* Add option to configure or disable the DUAL active timeout.renato2015-10-045-10/+35
* Enable eigrpd(8) and eigrpctl(8) in the buildsrenato2015-10-031-3/+1
* Welcome eigrpdrenato2015-10-0229-0/+11539