X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow-common.h;fp=include%2Fopenflow%2Fopenflow-common.h;h=33df02b300a53c843af2913c875d3f022a65a67f;hb=c37c03826ce05e0d8262180b102923574eea01eb;hp=53aa67eb79dbd185caf1e1db6e89be61291523c9;hpb=32260212a0687b6d14544a93a17363683bf41ea5;p=sliver-openvswitch.git diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h index 53aa67eb7..33df02b30 100644 --- a/include/openflow/openflow-common.h +++ b/include/openflow/openflow-common.h @@ -75,12 +75,12 @@ enum ofp_version { OFP10_VERSION = 0x01, OFP11_VERSION = 0x02, OFP12_VERSION = 0x03, - OFP13_VERSION = 0x04 + OFP13_VERSION = 0x04, + OFP14_VERSION = 0x05 /* When we add real support for these versions, add them to the enum so * that we get compiler warnings everywhere we might forget to provide * support. Until then, keep them as macros to avoid those warnings. */ -#define OFP14_VERSION 0x05 #define OFP15_VERSION 0x06 };