]> git.meshlink.io Git - catta/commit
netlink: fix wrong use of netlink flags for dump operations
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 18 Feb 2011 17:58:21 +0000 (18:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Feb 2011 17:58:21 +0000 (18:58 +0100)
commit65cb5c100eb1e5891f145be0b89aaa3c2d2e4317
tree006507ee6b5a84e92de29cfdf89f9df65798747d
parent78f848c7c76c91a3c203c3289382bc2972803d3d
netlink: fix wrong use of netlink flags for dump operations

The avahi-daemon uses a wrong flag combination to operate with
rtnetlink. This patch fixes the problems.

No need to set NLM_F_ACK since the dump operation already includes
the trailing NLMSG_DONE message that informs about the end of the
dump operation.
avahi-autoipd/iface-linux.c
avahi-core/iface-linux.c