deb-ryu/ryu/controller
FUJITA Tomonori ff5e007b0d don't call send_delete_all_flows function in the core
calling send_delete_all_flows function in the core (for all
applications) is a bad idea since some applications don't want such
(e.g. failover).

send_delete_all_flows function doesn't work for OF1.2. nxm
code needs the specific code for each OF version. I really don't want
to do so.

So let's not call this function in the core. At this point, it's
impossible to write applications that can work with any OF versions
(incluing nxm). Let applications do whatever they want.

We should remove OF protocol version dependent functions
(send_delete_all_flows, send_flow_mod, and send_flow_del). Also trying
to enable NXM blindly is very bad for buggy hardware switches. But
they are not called in the core code so I leave them alone for now.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2012-06-25 16:03:17 +09:00
..
__init__.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
controller.py controller/controller: make send_flow_mod() allow default value for priority 2012-05-01 08:48:33 +09:00
dispatcher.py add missing super().__init__() 2012-05-01 08:31:40 +09:00
dp_type.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
dpset.py ryu/controller/dpset.py: code simplification 2012-05-20 19:51:03 +09:00
event.py silence pep8 warning 2012-06-04 07:03:45 +09:00
handler.py don't call send_delete_all_flows function in the core 2012-06-25 16:03:17 +09:00
mac_to_network.py add missing super().__init__() 2012-05-01 08:31:40 +09:00
mac_to_port.py add missing super().__init__() 2012-05-01 08:31:40 +09:00
network.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
ofp_event.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00