dragonflow/dragonflow
Omer Anson 8976a2cf9e Add exitpoint for legacy classifier app
Classifier app currently sends the packet directly to portsec
app. This is Bad. As described in the bug, metadata stored in
registers can be lost.

This change adds a classifier exitpoint table, and classifier
app sends the packets there. The datapath wiring then sends
the packet to the portsec app (if so configured).

This is important, since sometimes the datapath code allocates different
registers to the same metadata accross different applications, and registers
are moved. Skipping this behaviour causes errors.

Closes-Bug: #1815416
Change-Id: I38f14e8faa45e4ef3740bdbee78bd493f6d602ab
2019-02-11 09:36:38 +02:00
..
cli Add table name to the schema objects 2018-12-10 18:03:29 +02:00
cmd Fix POST and PUT methods of REST API 2018-12-10 17:27:34 +02:00
common Add REST API service 2018-11-11 15:59:09 +02:00
conf Update cirros image version 2019-02-05 11:31:44 +02:00
controller Add exitpoint for legacy classifier app 2019-02-11 09:36:38 +02:00
db Update cirros image version 2019-02-05 11:31:44 +02:00
neutron Update cirros image version 2019-02-05 11:31:44 +02:00
ovsdb Allow virtual tunnel ports to also have virtual sources 2018-09-06 17:12:47 +03:00
switch Update cirros image version 2019-02-05 11:31:44 +02:00
tests Stop using a hardcoded cirros image name 2019-02-06 06:33:32 +00:00
utils Remove unused file bloomfilter.py 2017-04-05 11:57:45 +08:00
__init__.py Removes unnecessary utf-8 encoding 2017-01-04 09:46:25 +07:00
_i18n.py Remove log translations 2017-03-27 01:13:30 +00:00
version.py Implement Guru meditation reports 2016-06-08 15:59:44 +08:00