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