Looks Good.

Ethan

On Mon, Jun 6, 2011 at 09:49, Ben Pfaff <b...@nicira.com> 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@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to