]> git.proxmox.com Git - mirror_iproute2.git/commit
libnetlink: check flag NLM_F_DUMP_INTR during dumps
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 22 Mar 2013 06:34:02 +0000 (06:34 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 28 Mar 2013 21:44:41 +0000 (14:44 -0700)
commit16f02e145e3185d36aa2d8036975f0599d29bc76
treedecd565ceba35b54889499a37f17c930dd91cad5
parente8740e42ece716b1dcce89a573fba413846af468
libnetlink: check flag NLM_F_DUMP_INTR during dumps

When this flag is set, it means that dump was interrupted and result may be
inconsistent.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
lib/libnetlink.c