CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/02/21 11:59:55
Modified files: usr.sbin/eigrpd: tlv.c Log message: Simplify the handling of the sequence tlv. The C standard says: "A pointer to a union object, suitably converted, points to each of its members". This means that we can use the same code to process both v4 and v6 addresses.