Merge "Remove CLASSIFIER_TYPES constant - it was never used"

This commit is contained in:
Jenkins 2015-12-06 09:39:07 +00:00 committed by Gerrit Code Review
commit 0b0fbc413c
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
CLASSIFIER_TYPES = ['ip_classifier', 'ipv4_classifier', 'ipv6_classifier',
'transport_classifier', 'ethernet_classifier',
'encapsulation_classifier', 'neutron_port_classifier']
# TODO(sc68cal) add more protocols`
PROTOCOLS = ['tcp', 'udp', 'icmp', 'icmpv6']