dragonflow/dragonflow/controller/common
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
..
__init__.py Extract table names to constants file 2015-07-27 15:49:49 +03:00
arp_responder.py Update cirros image version 2019-02-05 11:31:44 +02:00
constants.py Add exitpoint for legacy classifier app 2019-02-11 09:36:38 +02:00
cookies.py Spelling mistakes 2018-09-07 10:26:41 +08:00
icmp_error_generator.py Update cirros image version 2019-02-05 11:31:44 +02:00
icmp_responder.py Update cirros image version 2019-02-05 11:31:44 +02:00
logical_networks.py logical_networks infra for network aware applications 2017-02-13 17:11:37 +02:00
nd_advertisers.py Update cirros image version 2019-02-05 11:31:44 +02:00
utils.py Update cirros image version 2019-02-05 11:31:44 +02:00