]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
Fix netlink message alignment when the last routing attribute added
authorosdl.net!shemminger <osdl.net!shemminger>
Wed, 30 Mar 2005 18:18:12 +0000 (18:18 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Wed, 30 Mar 2005 18:18:12 +0000 (18:18 +0000)
has a data length not aligned to RTA_ALIGNTO.

(Logical change 1.179)

ChangeLog

index 087bc6315c49eccda4e3515bd048bfd8dddb2d67..0d646280bb96d70fa42a8c675bfdd6a142df903b 100644 (file)
--- 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 <nakam@linux-ipv6.org>
        
        * ipv6 xfrm allocspi and monitor support.