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
Age
Commit message (
Expand
)
Author
2015-10-27
Remove wrong line.
Renato Westphal
2015-10-27
tweak previous;
Jason McIntyre
2015-10-27
tweak previous;
Jason McIntyre
2015-10-27
Add a man page for eigrpd.conf.
Renato Westphal
2015-10-27
Minor tweaks.
Renato Westphal
2015-10-27
Whenever a summary route is activated, install a respective blackhole
Renato Westphal
2015-10-27
Introduce a new flag to identify "self" neighbors attached to local interfaces.
Renato Westphal
2015-10-27
Print a missing "metric" before the actual metric when printing a
Renato Westphal
2015-10-25
Fix some bugs in the detection of when an interface can be enabled.
Renato Westphal
2015-10-25
When converting the real bandwidth to the composite bandwidth, truncate
Renato Westphal
2015-10-25
Add a few more overflow protections in the DUAL state
Renato Westphal
2015-10-22
Fix some bugs in the handling of the RTM_GET and RTM_CHANGE messages
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-21
Minor fixes and code cleanup.
Renato Westphal
2015-10-20
fix a use after free found by clang using an approach suggested by renato
Jonathan Gray
2015-10-19
fix memory leaks in error paths
Jonathan Gray
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-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
Ignore IPv4 TLVs in IPv6 instances and vice-versa.
Renato Westphal
2015-10-04
Fix warnings and add safeguards to protect against corrupted data.
Renato Westphal
2015-10-04
Add option to configure or disable the DUAL active timeout.
Renato Westphal
2015-10-03
Enable eigrpd(8) and eigrpctl(8) in the builds
Renato Westphal
2015-10-02
Welcome eigrpd
Renato Westphal