On Mon, Feb 22, 2021 at 3:27 PM Dumitru Ceara <[email protected]> wrote: > > Fixes: 2c5e546f3486 ("controller: Split mac learning code to a separate > file.") > Signed-off-by: Dumitru Ceara <[email protected]>
Thanks for the fix. I applied this patch to master. Numan > --- > controller/mac-learn.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/controller/mac-learn.h b/controller/mac-learn.h > index 7a7897e..e7e8ba2 100644 > --- a/controller/mac-learn.h > +++ b/controller/mac-learn.h > @@ -63,4 +63,4 @@ struct fdb_entry *ovn_fdb_add(struct hmap *fdbs, > uint32_t dp_key, struct eth_addr mac, > uint32_t port_key); > > -#endif /* OVN_MAC_LEARN_H */ > \ No newline at end of file > +#endif /* OVN_MAC_LEARN_H */ > -- > 1.8.3.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
