Add support for OFPFC_MODIFY Flow Mod command.
authorJustin Pettit <jpettit@nicira.com>
Mon, 15 Sep 2008 22:27:04 +0000 (15:27 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 15 Sep 2008 22:27:04 +0000 (15:27 -0700)
commit57d52057650716ee354ebbe588d2a884ccabc81f
treec0bb14f951962365b039e51296088bfad343da1c
parent4f546834ac37ff964f732e12c3abbcb16f7570e2
Add support for OFPFC_MODIFY Flow Mod command.

The OFPFC_MODIFY command allows the controller to modify the actions of
existing flows.  When it does this, it does not reset counters or timers.
23 files changed:
datapath/chain.c
datapath/chain.h
datapath/datapath.c
datapath/flow.c
datapath/flow.h
datapath/forward.c
datapath/hwtable_dummy/hwtable_dummy.c
datapath/table-hash.c
datapath/table-linear.c
datapath/table.h
datapath/table_t.c
include/openflow.h
lib/ofp-print.c
switch/chain.c
switch/chain.h
switch/datapath.c
switch/switch-flow.c
switch/switch-flow.h
switch/table-hash.c
switch/table-linear.c
switch/table.h
utilities/dpctl.8
utilities/dpctl.c