Looks Good.

On Fri, Mar 25, 2011 at 10:35 AM, Ben Pfaff <b...@nicira.com> wrote:
> ---
>  vswitchd/bridge.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
> index 1d158e8..414b59e 100644
> --- a/vswitchd/bridge.c
> +++ b/vswitchd/bridge.c
> @@ -205,7 +205,7 @@ struct bridge {
>
>     /* Kernel datapath information. */
>     struct dpif *dpif;          /* Datapath. */
> -    struct hmap ifaces;         /* Contains "struct iface"s. */
> +    struct hmap ifaces;         /* "struct iface"s indexed by dp_ifidx. */
>
>     /* Bridge ports. */
>     struct hmap ports;          /* "struct port"s indexed by name. */
> --
> 1.7.1
>
> _______________________________________________
> 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