Re: [PATCH libmnl] examples: add arp cache dump example

2018-05-18 Thread Pablo Neira Ayuso
On Thu, May 17, 2018 at 03:10:34PM +0200, Laura Garcia Liebana wrote: > Adding ARP example in order to dump the info in the form: > > index= family= dst= lladdr= > state= Applied, thanks Laura. BTW, before applying, I have renamed this to rtnl-neigh-dump instead. -- To unsubscribe from this

[PATCH libmnl] examples: add arp cache dump example

2018-05-17 Thread Laura Garcia Liebana
Adding ARP example in order to dump the info in the form: index= family= dst= lladdr= state= Signed-off-by: Laura Garcia Liebana --- examples/rtnl/Makefile.am | 6 +- examples/rtnl/rtnl-arp-dump.c | 161 ++ 2 files changed, 166