On 01/27/2016 12:59 AM, Eric Blake wrote: > On 01/25/2016 11:43 PM, zhanghailiang wrote: >> The properties of netfilter object could be changed by 'qom-set' >> command, but the output of 'info network' command is not updated, >> because it got the old information through nf->info_str, it will >> not be updated while we change the value of netfilter's property. >> >> Here we split a helper function that could collect the output >> information for filter, and also remove the useless member >> 'info_str' from struct NetFilterState. >> >> Signed-off-by: zhanghailiang <zhang.zhanghaili...@huawei.com> >> Cc: Jason Wang <jasow...@redhat.com> >> Cc: Eric Blake <ebl...@redhat.com> >> Cc: Markus Armbruster <arm...@redhat.com> >> Cc: Yang Hongyang <hongyang.y...@easystack.cn> >> --- >> v2: >> - write the information to monitor directly instead of >> printing into a temporary string before output them. (Eric's comment) > Looks a lot nicer compared to v1! > Reviewed-by: Eric Blake <ebl...@redhat.com> >
Applied to -net. Thanks