Re: [Openstack] firewall parsing bug in neutron

2014-04-23 Thread Aaron Knister
Looks like I just got bounces from github about using Gerrit instead of github. I've scanned through the docs...it's pretty overwhelming. Let me see if I can get the pull requests done in Gerrit. On Wed, Apr 23, 2014 at 5:06 PM, Aaron Knister wrote: > I've run into an issue with neutron where th

[Openstack] firewall parsing bug in neutron

2014-04-23 Thread Aaron Knister
I've run into an issue with neutron where the iptables-restore command was failing. Rules were being added after the COMMIT line for the given table. It looks like the rules_index wasn't being decremented in the case where a duplicate rule is encountered. I've created two pull requests-- one for ma