Oh ok... I understand the purpose of this hook now (and how it abuses mac
addresses mask).

I find this solution a little bit dirty and limited (fixed subnets, need
different IP range for each virtual network, etc). Therefore I will continue
to setup a bridge for each vnet.

However the script seems broken.

Regards

Frederic







Le 28 avril 2011 09:26, Frédéric Dreier <[email protected]> a écrit
:

> Hi,
>
> I have some problems using ebtables-kvm hooks script.
>
> I use the one saved in the GIT (the one from the documentation seems
> deprecated).
>
> get_interfaces return this hash table:
>
>  >> {"br-vnets"=>["vnet1", "vnet2", "vnet3", "vnet4"],
> "br-test"=>["vnet0"], "virbr0"=>[nil]}"
>
> therefor the following 'if' statement failed for tap="vnet1" (which is my
> VM's interface):
>
> >> if interfaces.include? tap
>
>
> Thanks for your help,
>
> Frederic
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to