Re: [Xen-devel] [PATCH RFC] hotplug/Linux: Add --wait to iptables calls.

2015-06-01 Thread Ian Campbell
On Mon, 2015-06-01 at 17:09 +0100, Anthony PERARD wrote: > On Mon, Jun 01, 2015 at 04:17:51PM +0100, Ian Campbell wrote: > > On Mon, 2015-06-01 at 16:08 +0100, Jan Beulich wrote: > > > >>> On 01.06.15 at 16:59, wrote: > > > > --- a/tools/hotplug/Linux/vif-common.sh > > > > +++ b/tools/hotplug/Linu

Re: [Xen-devel] [PATCH RFC] hotplug/Linux: Add --wait to iptables calls.

2015-06-01 Thread Wei Liu
On Mon, Jun 01, 2015 at 05:09:56PM +0100, Anthony PERARD wrote: > On Mon, Jun 01, 2015 at 04:17:51PM +0100, Ian Campbell wrote: > > On Mon, 2015-06-01 at 16:08 +0100, Jan Beulich wrote: > > > >>> On 01.06.15 at 16:59, wrote: > > > > --- a/tools/hotplug/Linux/vif-common.sh > > > > +++ b/tools/hotpl

Re: [Xen-devel] [PATCH RFC] hotplug/Linux: Add --wait to iptables calls.

2015-06-01 Thread Anthony PERARD
On Mon, Jun 01, 2015 at 04:17:51PM +0100, Ian Campbell wrote: > On Mon, 2015-06-01 at 16:08 +0100, Jan Beulich wrote: > > >>> On 01.06.15 at 16:59, wrote: > > > --- a/tools/hotplug/Linux/vif-common.sh > > > +++ b/tools/hotplug/Linux/vif-common.sh > > > @@ -130,9 +130,9 @@ frob_iptable() > > >

Re: [Xen-devel] [PATCH RFC] hotplug/Linux: Add --wait to iptables calls.

2015-06-01 Thread Ian Campbell
On Mon, 2015-06-01 at 16:08 +0100, Jan Beulich wrote: > >>> On 01.06.15 at 16:59, wrote: > > --- a/tools/hotplug/Linux/vif-common.sh > > +++ b/tools/hotplug/Linux/vif-common.sh > > @@ -130,9 +130,9 @@ frob_iptable() > > local c="-D" > >fi > > > > - iptables "$c" FORWARD -m physdev --ph

Re: [Xen-devel] [PATCH RFC] hotplug/Linux: Add --wait to iptables calls.

2015-06-01 Thread Jan Beulich
>>> On 01.06.15 at 16:59, wrote: > --- a/tools/hotplug/Linux/vif-common.sh > +++ b/tools/hotplug/Linux/vif-common.sh > @@ -130,9 +130,9 @@ frob_iptable() > local c="-D" >fi > > - iptables "$c" FORWARD -m physdev --physdev-is-bridged --physdev-in "$dev" \ > + iptables --wait "$c" FORWA