[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC] hotplug/Linux: Add --wait to iptables calls.
>>> On 01.06.15 at 16:59, <anthony.perard@xxxxxxxxxx> 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" FORWARD -m physdev --physdev-is-bridged --physdev-in > "$dev" \ > "$@" -j ACCEPT 2>/dev/null && > - iptables "$c" FORWARD -m physdev --physdev-is-bridged --physdev-out "$dev" > \ > + iptables --wait "$c" FORWARD -m physdev --physdev-is-bridged --physdev-out > "$dev" \ > -j ACCEPT 2>/dev/null > > if [ \( "$command" == "online" -o "$command" == "add" \) -a $? -ne 0 ] Looking at my oldest system's "iptables --help" I can't spot such an option (which doesn't necessarily mean it's not supported). Did you make sure all (older) distros we care about actually support this? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |