index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
eigrpd
/
interface.c
Age
Commit message (
Expand
)
Author
2017-02-22
No need to use SIOCGIFRDOMAIN anymore.
Renato Westphal
2016-09-02
Make functions and variables static whenever possible.
Renato Westphal
2016-09-02
Use static local variables instead of global variables whenever possible.
Renato Westphal
2016-09-02
Simplify handling of multicast addresses.
Renato Westphal
2016-09-02
Remove superfluous includes and follow style(9).
Renato Westphal
2016-06-05
Call if_update() only when necessary for IPv6 address changes.
Renato Westphal
2016-06-05
Reset the interface uptime when it is restarted.
Renato Westphal
2016-04-15
Move several other variables out of eigrpd_conf.
Renato Westphal
2016-04-15
Minor fixes and code cleanup.
Renato Westphal
2016-02-21
Move some functions around and rename a few variables and functions.
Renato Westphal
2016-02-21
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-02-21
Several minor tweaks.
Renato Westphal
2016-01-15
Fix bug that happened when a passive interface was shut down and then
Renato Westphal
2016-01-15
Add support for manually clearing neighbors.
Renato Westphal
2016-01-15
Avoid the use of inet_pton() whenever possible.
Renato Westphal
2015-10-25
Fix some bugs in the detection of when an interface can be enabled.
Renato Westphal
2015-10-21
Add support for route summarization.
Renato Westphal
2015-10-21
Minor fixes and code cleanup.
Renato Westphal
2015-10-10
Move some interface initialization bits from if_init() to eigrp_if_start()
Renato Westphal
2015-10-10
Remove attached neighbors whenever an interface is disabled to speedup
Renato Westphal
2015-10-10
Fix detection of interface up/down events.
Renato Westphal
2015-10-05
When the SIA state is declared for a given destination, reset the
Renato Westphal
2015-10-04
Fix warnings and add safeguards to protect against corrupted data.
Renato Westphal
2015-10-02
Welcome eigrpd
Renato Westphal