Return error message when a flow can't be added due to full tables.
authorJustin Pettit <jpettit@nicira.com>
Tue, 14 Oct 2008 00:49:34 +0000 (17:49 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 14 Oct 2008 00:49:45 +0000 (17:49 -0700)
commita835cab0ea0bfbea738adcd357aeaf4f5544c8ef
tree0799b92a4c2537c448c3541194a07dda6dd4014a
parent96c809cc519201e40c5e0dbe8a73d4de806666a1
Return error message when a flow can't be added due to full tables.

When a flow cannot be added to any tables because they are full, send
a message with type OFPET_FLOW_MOD_FAILED and code OFPFMFC_ALL_TABLES_FULL.
datapath/forward.c
include/openflow.h
lib/ofp-print.c
switch/datapath.c