CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/04/15 07:10:56
Modified files:
usr.sbin/eigrpd: eigrpd.c eigrpd.h eigrpe.c eigrpe.h interface.c
kroute.c log.c log.h packet.c parse.y rde.h
rde_dual.c
Log message:
Minor fixes and code cleanup.
* whitespace cleanup;
* copy in_addr structs directly;
* add more malloc return value checks;
* fix some log messages;
* turn ifacecnt into a static variable;
* use eigrp_addrcmp() on if_deladdr() to avoid code duplication;
* s/route_print_origin/log_route_origin/
* more smaller issues.