summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Kill the child processes if their parent dies unexpectedly.renato2016-04-153-29/+15
* Fix segfault on reloading the config multiple times.renato2016-04-152-2/+4
* Properly implement the clear_config() function.renato2016-04-151-1/+35
* Move several other variables out of eigrpd_conf.renato2016-04-157-54/+58
* Move the command line options out of struct eigrpd_configrenato2016-04-153-25/+26
* Fix corner case in Feasible Condition check.renato2016-04-151-2/+2
* Minor fixes and code cleanup.renato2016-04-1512-114/+105
* I just stumbled on this and noticed that eigrpd requires inet and rpath in pledge(2) call to make "reload",gsoares2016-02-231-2/+2
* Skip redistributed routes when updating the FIB.renato2016-02-211-2/+6
* Move some functions around and rename a few variables and functions.renato2016-02-216-196/+195
* Simplify the handling of the sequence tlv.renato2016-02-211-23/+14
* Copy structs by assignment instead of memcpy.renato2016-02-2112-73/+67
* Introduce the bad_addr() family of functions.renato2016-02-216-66/+89
* Extend eigrp_addrcmp() and use it in more places.renato2016-02-214-91/+22
* Several minor tweaks.renato2016-02-2110-60/+47
* Add scope id only for unicast IPv6 packets.renato2016-02-211-4/+4
* Make eigrpd work against newer IOS routers.renato2016-02-211-15/+15
* Filter our RTM_GET messages which are not from us.renato2016-02-211-4/+5
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-4/+1
* Correct bit flag tests to work as intended.jsg2016-01-281-3/+3
* For each prefix, order routes by their nexthop.renato2016-01-151-3/+26
* Better handle explicit nexthops.renato2016-01-152-14/+11
* Fix detection of the Stuck-in-Active (SIA) state.renato2016-01-151-13/+15
* Several fixes in the Conditionally Received (CR) mode.renato2016-01-151-16/+17
* Fix bug that happened when a passive interface was shut down and thenrenato2016-01-151-7/+5
* Minor tweaks.renato2016-01-155-15/+16
* Add support for manually clearing neighbors.renato2016-01-159-19/+83
* Do not set the EoT flag in the last startup update.renato2016-01-154-37/+9
* Split TLV constants into subcomponents to simplify the code.renato2016-01-154-66/+73
* Avoid the use of inet_pton() whenever possible.renato2016-01-154-18/+22
* Order the routing instances by AF and then by AS.renato2016-01-153-18/+14
* adress -> addressbentley2015-12-241-3/+3
* Respect the k-values configuration when calculating the composite metric.renato2015-12-132-35/+88
* Fix bug in the documentation of the k-values configuration option.renato2015-12-131-4/+4
* Minor cosmetic changes.renato2015-12-131-7/+4
* Introduce new command to show traffic statistics.renato2015-12-135-8/+90
* Forgot about eigrp when doing the imsg_read EAGAIN fixes.claudio2015-12-054-15/+16
* Remove wrong line.renato2015-10-271-2/+1
* tweak previous;jmc2015-10-271-13/+11
* tweak previous;jmc2015-10-271-2/+2
* Add a man page for eigrpd.conf.renato2015-10-271-0/+291
* Minor tweaks.renato2015-10-271-4/+9
* Whenever a summary route is activated, install a respective blackholerenato2015-10-272-8/+48
* Introduce a new flag to identify "self" neighbors attached to local interfaces.renato2015-10-273-17/+16
* Print a missing "metric" before the actual metric when printing arenato2015-10-271-2/+4
* Fix some bugs in the detection of when an interface can be enabled.renato2015-10-253-16/+32
* When converting the real bandwidth to the composite bandwidth, truncaterenato2015-10-251-3/+8
* Add a few more overflow protections in the DUAL staterenato2015-10-251-6/+5
* Fix some bugs in the handling of the RTM_GET and RTM_CHANGE messagesrenato2015-10-221-12/+14
* The eigrpe process also needs to pledge "cpath" for unlinking therenato2015-10-221-2/+2