From 3819eb9569cb9293292dced2fe928fdc472efe31 Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Wed, 30 Mar 2005 18:18:12 +0000 Subject: [PATCH] Fix netlink message alignment when the last routing attribute added has a data length not aligned to RTA_ALIGNTO. (Logical change 1.179) --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 087bc631..0d646280 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.