[ovs-dev] [next 01/35] ovs-controller: Honor --wildcard option.

Justin Pettit jpettit at nicira.com
Tue Apr 26 18:11:57 UTC 2011


Looks good.

(1/35 of the way there!)

--Justin


On Apr 26, 2011, at 9:24 AM, Ben Pfaff wrote:

> This option was documented but ignored.
> ---
> utilities/ovs-controller.c |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/utilities/ovs-controller.c b/utilities/ovs-controller.c
> index ae0ea3d..27c8e47 100644
> --- a/utilities/ovs-controller.c
> +++ b/utilities/ovs-controller.c
> @@ -227,6 +227,7 @@ new_switch(struct switch_ *sw, struct vconn *vconn)
>     cfg.mode = (action_normal ? LSW_NORMAL
>                 : learn_macs ? LSW_LEARN
>                 : LSW_FLOOD);
> +    cfg.exact_flows = exact_flows;
>     cfg.max_idle = set_up_flows ? max_idle : -1;
>     cfg.default_flows = &default_flows;
>     cfg.default_queue = default_queue;
> -- 
> 1.7.4.4
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list