summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/eigrpe.c
AgeCommit message (Expand)Author
2016-05-12Disable EIGRPv6 on an interface when it loses its link-local address.Renato Westphal
2016-05-12Improve support for config reloading.Renato Westphal
2016-04-18Revert previous commit.Renato Westphal
2016-04-15Kill the child processes if their parent dies unexpectedly.Renato Westphal
2016-04-15Fix segfault on reloading the config multiple times.Renato Westphal
2016-04-15Move several other variables out of eigrpd_conf.Renato Westphal
2016-04-15Minor fixes and code cleanup.Renato Westphal
2016-02-21Move some functions around and rename a few variables and functions.Renato Westphal
2016-02-21Copy structs by assignment instead of memcpy.Renato Westphal
2016-01-15Minor tweaks.Renato Westphal
2016-01-15Add support for manually clearing neighbors.Renato Westphal
2016-01-15Do not set the EoT flag in the last startup update.Renato Westphal
2015-12-13Introduce new command to show traffic statistics.Renato Westphal
2015-12-05Forgot about eigrp when doing the imsg_read EAGAIN fixes.Claudio Jeker
2015-10-25Fix some bugs in the detection of when an interface can be enabled.Renato Westphal
2015-10-22The eigrpe process also needs to pledge "cpath" for unlinking theRenato Westphal
2015-10-21Add support for route summarization.Renato Westphal
2015-10-10Make use of pledge(2).Renato Westphal
2015-10-10Move some interface initialization bits from if_init() to eigrp_if_start()Renato Westphal
2015-10-05When the SIA state is declared for a given destination, reset theRenato Westphal
2015-10-04Fix warnings and add safeguards to protect against corrupted data.Renato Westphal
2015-10-02Welcome eigrpdRenato Westphal