Re: Is it valid to add a macvlan virtual interface to a bridge? If so, there seems to be a bug with it.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mark Smith <ipng@...>
Cc: Patrick McHardy <kaber@...>, <netdev@...>
Date: Friday, December 5, 2008 - 8:08 pm

Mark Smith wrote:

> Would handling of frames for promiscuous macvlan interfaces be quite

That could probably work.

>> You might try using a pair of VETH interfaces to bridge between

A Veth pair is like two ports linked back to each other..what is tx'd on one
is rx'd on the other.

You could probably add eth0, veth1a, veth2a to a bridge,
then add macvlans on veth1b and have your virtual guest
talk to veth2b.

I do similar things with my redirdev devices, which are almost identical
to veths, so I think it will work.

Thanks,
Ben

--
Ben Greear
Candela Technologies Inc http://www.candelatech.com

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Is it valid to add a macvlan virtual interface to a brid..., Ben Greear, (Fri Dec 5, 8:08 pm)