On Tue, Jul 21, 2015 at 4:05 PM, Ben Pfaff <[email protected]> wrote: > Signed-off-by: Ben Pfaff <[email protected]> > --- > lib/tnl-arp-cache.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/tnl-arp-cache.c b/lib/tnl-arp-cache.c > index b6bfd22..16a805e 100644 > --- a/lib/tnl-arp-cache.c > +++ b/lib/tnl-arp-cache.c > @@ -154,7 +154,7 @@ tnl_arp_cache_run(void) > } > > static void > -tnl_arp_cache_flush(struct unixctl_conn *conn OVS_UNUSED, int argc > OVS_UNUSED, > +tnl_arp_cache_flush(struct unixctl_conn *conn, int argc OVS_UNUSED, > const char *argv[] OVS_UNUSED, void *aux OVS_UNUSED) > { > struct tnl_arp_entry *arp; > --
Acked-by: Pravin B Shelar <[email protected]> Thanks. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
