Looks Good.

Ethan

On Mon, Apr 11, 2011 at 11:01 AM, Ben Pfaff <[email protected]> wrote:
> Otherwise mirrors get destroyed and re-created on every reconfiguration.
> ---
>  vswitchd/bridge.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
> index 59100cc..1e5caf9 100644
> --- a/vswitchd/bridge.c
> +++ b/vswitchd/bridge.c
> @@ -3504,6 +3504,7 @@ mirror_create(struct bridge *br, struct ovsrec_mirror 
> *cfg)
>     mac_learning_flush(br->ml);
>
>     br->mirrors[i] = m = xzalloc(sizeof *m);
> +    m->uuid = cfg->header_.uuid;
>     m->bridge = br;
>     m->idx = i;
>     m->name = xstrdup(cfg->name);
> --
> 1.7.1
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to