Comment 1 for bug 1069966

Revision history for this message
dan wendlandt (danwent) wrote :

also from graham:

I have focused in on this a bit and wanted to add some more details.
First, this only happens once I set the router_id in l3_agent.ini. Only then does this error occur.

I noticed that line 272 of quantum/agent/linux/iptables_manager.py is:

        s = [('/sbin/iptables', self.ipv4)]

If I change this to:

        s = [('iptables', self.ipv4)]

It seems to work without error. Is this correct?