From: Roopa Prabhu <ro...@cumulusnetworks.com> Date: Fri, 20 Jan 2017 23:43:18 -0800
> /* Purge the forwarding table */ > -static void vxlan_flush(struct vxlan_dev *vxlan) > +static void vxlan_flush(struct vxlan_dev *vxlan, int do_all) Please use 'bool' and true/false for this new argument. FWIW, I am fine with changing the default behavior in this way.