aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/302-netlink-alignment.patch
Commit message (Collapse)AuthorAgeFilesLines
* busybox: libnetlink: fix alignment of netlink messagesHauke Mehrtens2016-09-161-0/+100
A padding to align a message should not only be added between different attributes of a netlink message, but also at the end of the message to pad it to the correct size. Without this patch the following command does not work and returns an error code: ip link add type nlmon Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>