summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/interface.c
AgeCommit message (Expand)Author
2017-02-22No need to use SIOCGIFRDOMAIN anymore.Renato 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-02Simplify handling of multicast addresses.Renato Westphal
2016-09-02Remove superfluous includes and follow style(9).Renato Westphal
2016-06-05Call if_update() only when necessary for IPv6 address changes.Renato Westphal
2016-06-05Reset the interface uptime when it is restarted.Renato Westphal
2016-04-15Move several other variables out of eigrpd_conf.Renato Westphal
2016-04-15Minor fixes and code cleanup.Renato Westphal
2016-02-21Move some functions around and rename a few variables and functions.Renato Westphal
2016-02-21Copy structs by assignment instead of memcpy.Renato Westphal
2016-02-21Several minor tweaks.Renato Westphal
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