From: osdl.net!shemminger Date: Wed, 30 Mar 2005 18:18:12 +0000 (+0000) Subject: Fix netlink message alignment when the last routing attribute added X-Git-Tag: v2_6_11-050314~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3819eb9569cb9293292dced2fe928fdc472efe31;p=thirdparty%2Fiproute2.git Fix netlink message alignment when the last routing attribute added has a data length not aligned to RTA_ALIGNTO. (Logical change 1.179) --- diff --git a/ChangeLog b/ChangeLog index 087bc6315..0d646280b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,9 @@ * Warn about wildcard deletions and provide IFA_ADDRESS upon deletions to enforce prefix length validation for IPv4. - + * Fix netlink message alignment when the last routing attribute added + has a data length not aligned to RTA_ALIGNTO. + 2005-03-30 Masahide NAKAMURA * ipv6 xfrm allocspi and monitor support.