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
/
eigrpe.c
Age
Commit message (
Expand
)
Author
2016-05-12
Disable EIGRPv6 on an interface when it loses its link-local address.
Renato Westphal
2016-05-12
Improve support for config reloading.
Renato Westphal
2016-04-18
Revert previous commit.
Renato Westphal
2016-04-15
Kill the child processes if their parent dies unexpectedly.
Renato Westphal
2016-04-15
Fix segfault on reloading the config multiple times.
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-01-15
Minor tweaks.
Renato Westphal
2016-01-15
Add support for manually clearing neighbors.
Renato Westphal
2016-01-15
Do not set the EoT flag in the last startup update.
Renato Westphal
2015-12-13
Introduce new command to show traffic statistics.
Renato Westphal
2015-12-05
Forgot about eigrp when doing the imsg_read EAGAIN fixes.
Claudio Jeker
2015-10-25
Fix some bugs in the detection of when an interface can be enabled.
Renato Westphal
2015-10-22
The eigrpe process also needs to pledge "cpath" for unlinking the
Renato Westphal
2015-10-21
Add support for route summarization.
Renato Westphal
2015-10-10
Make use of pledge(2).
Renato Westphal
2015-10-10
Move some interface initialization bits from if_init() to eigrp_if_start()
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