summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/interface.c
AgeCommit message (Expand)Author
2016-01-15Fix bug that happened when a passive interface was shut down and thenRenato Westphal
2016-01-15Add support for manually clearing neighbors.Renato Westphal
2016-01-15Avoid the use of inet_pton() whenever possible.Renato Westphal
2015-10-25Fix some bugs in the detection of when an interface can be enabled.Renato Westphal
2015-10-21Add support for route summarization.Renato Westphal
2015-10-21Minor fixes and code cleanup.Renato Westphal
2015-10-10Move some interface initialization bits from if_init() to eigrp_if_start()Renato Westphal
2015-10-10Remove attached neighbors whenever an interface is disabled to speedupRenato Westphal
2015-10-10Fix detection of interface up/down events.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