Fix netlink message alignment when the last routing attribute added

has a data length not aligned to RTA_ALIGNTO.

(Logical change 1.179)
This commit is contained in:
osdl.net!shemminger 2005-03-30 18:18:12 +00:00
parent 3dabdbb3da
commit 3819eb9569

View File

@ -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.