Bug #617

impossible condition in the ebtables hook

Added by Jaime Melis about 10 years ago. Updated about 10 years ago.

Status:ClosedStart date:05/05/2011
Priority:NormalDue date:
Assignee:Jaime Melis% Done:

0%

Category:Core & System
Target version:Release 2.2.1
Resolution:fixed Pull request:
Affected Versions:

Description

As reported by Frédéric Dreier, the ebtables hook is not working because of an impossible condition:
get_interfaces return this hash table:

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

Additionally there should be an option to permit a customized list of filtered bridges. If all the bridges are filtered public bridges will not work.

Associated revisions

Revision 0e88d424
Added by Jaime Melis about 10 years ago

bug #617: impossible condition in the ebtables hook

History

#1 Updated by Jaime Melis about 10 years ago

  • Status changed from Assigned to Closed
  • Resolution set to fixed

Also available in: Atom PDF