On Thu, Sep 14, 2017 at 11:08:52AM +0000, 王志克 wrote: > I want to submit one feature, which by default should be disabled. I > plan to define one compiling macro, but I do not know how. > > Can someone guide me how to add such macro in OVS? Thanks.
We prefer to avoid adding features that need to be enabled or disabled at build time. Whenever possible, features should be enabled or disabled using runtime configuration. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
