summaryrefslogtreecommitdiffhomepage
path: root/.pylintrc
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-06-24 07:32:19 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-06-25 16:03:17 +0900
commitff5e007b0d7dec9e8284d6cdae3b5bb3361911d6 (patch)
tree75b26c909713f3ec548b176d3fc498590a4b7bb1 /.pylintrc
parent910563941d0338fc8a5df701e0eff930068feb05 (diff)
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>
Diffstat (limited to '.pylintrc')
0 files changed, 0 insertions, 0 deletions