WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 914] /etc/xen/scripts/vif-bridge shouldn't call handle_i

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 914] /etc/xen/scripts/vif-bridge shouldn't call handle_iptable
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 11 Jul 2008 13:49:33 -0700
Delivery-date: Fri, 11 Jul 2008 13:49:39 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <bug-914-3@xxxxxxxxxxxxxxxxxxxxxxxxxxx/bugzilla/>
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=914


wferi@xxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wferi@xxxxxxx




------- Comment #1 from wferi@xxxxxxx  2008-07-11 13:49 -------
Hi,

If you check the packet counters (sudo watch iptables -xvL FORWARD) you will
see that they increase with the traffic flow.  It's counterintuitive at first,
but can be explained: see
http://ebtables.sourceforge.net/br_fw_ia/br_fw_ia.html

So I say that the frob_iptable shell function in vif-common.sh does half the
work only: it enables traffic coming from a domU, but not traffic going to a
domU; that part is left at the mercy of the FORWARD chain policy (which is
generally ACCEPT, so things work nevertheless).

Please make the rule creation symmetric, and perhaps optional, too.

Thanks,
Feri.


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 914] /etc/xen/scripts/vif-bridge shouldn't call handle_iptable, bugzilla-daemon <=