[ovs-dev] [tests 05/22] bridge: Drop warning about the default bridge Ethernet address.

Ethan Jackson ethan at nicira.com
Thu Nov 29 01:17:09 UTC 2012


Acked-by: Ethan Jackson <ethan at nicira.com>



On Thu, Oct 25, 2012 at 5:02 PM, Ben Pfaff <blp at nicira.com> wrote:

> This information is also available via ovs-ofctl and through other means,
> and it's not really anything we need to warn about anyhow.
>
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
>  vswitchd/bridge.c |   10 ----------
>  1 files changed, 0 insertions(+), 10 deletions(-)
>
> diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
> index a481f06..be75e11 100644
> --- a/vswitchd/bridge.c
> +++ b/vswitchd/bridge.c
> @@ -1546,16 +1546,6 @@ bridge_pick_local_hw_addr(struct bridge *br,
> uint8_t ea[ETH_ADDR_LEN],
>              found_addr = true;
>          }
>      }
> -    if (found_addr) {
> -        VLOG_DBG("bridge %s: using bridge Ethernet address "ETH_ADDR_FMT,
> -                 br->name, ETH_ADDR_ARGS(ea));
> -    } else {
> -        static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 10);
> -        memcpy(ea, br->default_ea, ETH_ADDR_LEN);
> -        *hw_addr_iface = NULL;
> -        VLOG_WARN_RL(&rl, "bridge %s: using default bridge Ethernet "
> -                     "address "ETH_ADDR_FMT, br->name, ETH_ADDR_ARGS(ea));
> -    }
>
>      hmapx_destroy(&mirror_output_ports);
>  }
> --
> 1.7.2.5
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20121128/83db5aea/attachment-0003.html>


More information about the dev mailing list