CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/02/21 11:53:54
Modified files: usr.sbin/eigrpd: eigrpd.h kroute.c packet.c parse.y tlv.c util.c Log message: Introduce the bad_addr() family of functions. These functions improve code reusability as there's no more need to check for all possible "bad" addresses in several different places. Besides that, this patch introduce additional checks in the code.