components/openstack/neutron/files/agent/solaris/packetfilter.py
changeset 7072 c03aa782d3f3
parent 6555 321727f908b3
child 7315 5cc40226273b
--- 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)