examples/ipv4_multicast: remove useless mbuf info copy
authorWei Zhao <wei.zhao1@intel.com>
Wed, 21 Nov 2018 09:49:17 +0000 (17:49 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 Dec 2018 21:27:32 +0000 (22:27 +0100)
commit70a19dc938baae4158ac951b7058c83c5188b940
treea9b73a07b054cc76add305d31c89a96fefe5bc03
parent1aaa1b2bd4d38f16568a956d83268748acace0d1
examples/ipv4_multicast: remove useless mbuf info copy

There is no need for these useless information and
it had better be removed in order to not confuse users.

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
examples/ipv4_multicast/main.c