summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/eigrpe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert back previous and remove cpath pledge(2) promise entirely. We decidedmestre2018-08-051-3/+2
* Currently when eigrpd(8) shuts down then its unix control socket is beingmestre2018-08-021-3/+2
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* Minor tweaksrenato2016-09-021-4/+2
* Make functions and variables static whenever possible.renato2016-09-021-16/+13
* Use static local variables instead of global variables whenever possible.renato2016-09-021-3/+4
* Merge the recv_packet_v[46] functions into one.renato2016-09-021-3/+3
* Simplify handling of multicast addresses.renato2016-09-021-1/+6
* Pledge earlier on eigrpe.renato2016-09-021-4/+4
* Remove superfluous includes and follow style(9).renato2016-09-021-7/+9
* Fix broken pipe teardown.renato2016-09-021-8/+11
* rde and eigrpe should use exit(3) instead of _exit(2)renato2016-08-081-2/+2
* Call if_update() only when necessary for IPv6 address changes.renato2016-06-051-17/+1
* Improve security by calling exec after fork.renato2016-06-051-39/+34
* Disable EIGRPv6 on an interface when it loses its link-local address.renato2016-05-121-1/+2
* Improve support for config reloading.renato2016-05-121-2/+2
* Revert previous commit.renato2016-04-181-5/+11
* Kill the child processes if their parent dies unexpectedly.renato2016-04-151-11/+5
* Fix segfault on reloading the config multiple times.renato2016-04-151-1/+2
* Move several other variables out of eigrpd_conf.renato2016-04-151-18/+18
* Minor fixes and code cleanup.renato2016-04-151-2/+2
* Move some functions around and rename a few variables and functions.renato2016-02-211-3/+3
* Copy structs by assignment instead of memcpy.renato2016-02-211-6/+5
* Minor tweaks.renato2016-01-151-3/+3
* Add support for manually clearing neighbors.renato2016-01-151-2/+2
* Do not set the EoT flag in the last startup update.renato2016-01-151-4/+3
* Introduce new command to show traffic statistics.renato2015-12-131-1/+18
* Forgot about eigrp when doing the imsg_read EAGAIN fixes.claudio2015-12-051-5/+5
* Fix some bugs in the detection of when an interface can be enabled.renato2015-10-251-1/+2
* The eigrpe process also needs to pledge "cpath" for unlinking therenato2015-10-221-2/+2
* Add support for route summarization.renato2015-10-211-1/+2
* Make use of pledge(2).renato2015-10-101-1/+4
* Move some interface initialization bits from if_init() to eigrp_if_start()renato2015-10-101-5/+1
* When the SIA state is declared for a given destination, reset therenato2015-10-051-1/+12
* Fix warnings and add safeguards to protect against corrupted data.renato2015-10-041-2/+4
* Welcome eigrpdrenato2015-10-021-0/+678