Re: Fw: [PATCH] set NLM_F_MULTI in answer of RTM_GETADDR dump answer
From: <hidden>
Date: 2003-08-10 03:03:48
Hello!
After sending RTM_GETADDR dump request to netlink socket, received multipart answer does not have NLM_F_MULTI set on each message. This patch fix that.
OK. Actually, this flag was never used because of its redundancy it is not the only place where it is not set. Alexey