Support (simple) classifiers 42/7242/1
authorschillinge <ablu@mail.uni-paderborn.de>
Wed, 20 Feb 2019 13:47:01 +0000 (14:47 +0100)
committerschillinge <ablu@mail.uni-paderborn.de>
Wed, 20 Feb 2019 13:50:02 +0000 (14:50 +0100)
commita599cbd2811d03c2d71211b4dd12dec84dc1049b
tree3472f54cc71bcbe70254dd7abf45391391b75036
parentc9b2e409d09782a71f7a3ac0877892e30ab26d2e
Support (simple) classifiers

In order to support classifiers, each flow entry needs to specify the
classifier's parameters within its match rule. This means that the
created rules do not only depend on the ingress and egress port, but
also on the classifier (this required to move the creation code into the
flow classifier loop).

Change-Id: I96817255580462e0ffb570b025b6f912f2d00b13
Signed-off-by: schillinge <ablu@mail.uni-paderborn.de>
src/emuvim/api/openstack/resources/flow_classifier.py
src/emuvim/api/openstack/resources/port_chain.py
src/emuvim/test/unittests/test_flow_classifier.py [new file with mode: 0644]