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
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