# HG changeset patch # User chaithan.prakash@oracle.com # Date 1475798855 25200 # Node ID c03aa782d3f35e02407628519f41e222edfaa030 # Parent 5404b7d366cf9e4ec9df7cc38eac6369edff85c6 23593546 PF states are not removed with the invocation of pfctl -k label diff -r 5404b7d366cf -r c03aa782d3f3 components/openstack/neutron/files/agent/solaris/packetfilter.py --- a/components/openstack/neutron/files/agent/solaris/packetfilter.py Thu Oct 06 16:20:48 2016 -0700 +++ b/components/openstack/neutron/files/agent/solaris/packetfilter.py Thu Oct 06 17:07:35 2016 -0700 @@ -181,7 +181,7 @@ for i, keyword in enumerate(keywords): if keyword == 'label': break - return keywords[i + 1] + return keywords[i + 1].strip('"') def remove_anchor(self, subanchors=None): anchor_path = self.get_anchor_path(subanchors)