← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1800884] Re: iptables-restore wait period cannot be zero

 

Reviewed:  https://review.openstack.org/614592
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=84a9a5ec57421718192427bac79b968729edeb3c
Submitter: Zuul
Branch:    master

commit 84a9a5ec57421718192427bac79b968729edeb3c
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Wed Oct 31 17:01:48 2018 +0000

    iptables-restore wait period cannot be zero
    
    In case --wait (-w) parameter is zero, iptables-restore returns an
    error.
    
    Correct:
      [root@dev02 iptables]# iptables-restore -w 1 -W 20000 ipt
    
    Incorrect:
      [root@dev02 iptables]# iptables-restore -w 0 -W 20000 ipt
      Option --wait-interval requires option --wait
    
    Change-Id: I431fe6f637b963d61d81afed30a4fb1ec112d66c
    Closes-Bug: #1800884


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1800884

Title:
  iptables-restore wait period cannot be zero

Status in neutron:
  Fix Released

Bug description:
  In case --wait (-w) parameter is zero, iptables-restore returns an
  error.

  Correct:
  [root@dev02 iptables]# iptables-restore -w 1 -W 20000 ipt 

  Incorrect:
  [root@dev02 iptables]# iptables-restore -w 0 -W 20000 ipt 
  Option --wait-interval requires option --wait

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1800884/+subscriptions


References