summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-14/+14
* No need to use SIOCGIFRDOMAIN anymore.renato2017-02-221-21/+2
* Make functions and variables static whenever possible.renato2016-09-021-23/+30
* Use static local variables instead of global variables whenever possible.renato2016-09-021-3/+2
* Simplify handling of multicast addresses.renato2016-09-021-11/+5
* Remove superfluous includes and follow style(9).renato2016-09-021-6/+7
* Call if_update() only when necessary for IPv6 address changes.renato2016-06-051-5/+20
* Reset the interface uptime when it is restarted.renato2016-06-051-5/+5
* Move several other variables out of eigrpd_conf.renato2016-04-151-9/+9
* Minor fixes and code cleanup.renato2016-04-151-13/+13
* Move some functions around and rename a few variables and functions.renato2016-02-211-48/+48
* Copy structs by assignment instead of memcpy.renato2016-02-211-5/+4
* Several minor tweaks.renato2016-02-211-10/+7
* Fix bug that happened when a passive interface was shut down and thenrenato2016-01-151-7/+5
* Add support for manually clearing neighbors.renato2016-01-151-2/+2
* Avoid the use of inet_pton() whenever possible.renato2016-01-151-5/+3
* Fix some bugs in the detection of when an interface can be enabled.renato2015-10-251-12/+23
* Add support for route summarization.renato2015-10-211-1/+8
* Minor fixes and code cleanup.renato2015-10-211-5/+3
* Move some interface initialization bits from if_init() to eigrp_if_start()renato2015-10-101-13/+10
* Remove attached neighbors whenever an interface is disabled to speeduprenato2015-10-101-6/+5
* Fix detection of interface up/down events.renato2015-10-101-8/+20
* When the SIA state is declared for a given destination, reset therenato2015-10-051-2/+2
* Fix warnings and add safeguards to protect against corrupted data.renato2015-10-041-4/+4
* Welcome eigrpdrenato2015-10-021-0/+753