X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow-common.h;h=45d03ef03f1ff8236700b40e7bc8dd23a1ae6401;hb=54fec1f7176b605e90b1066c1357fa34f25301a7;hp=a9e5a7631b0488d913814f6f03d228f34a1e210c;hpb=99f837f84131e95a7a278d081389047271447865;p=sliver-openvswitch.git diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h index a9e5a7631..45d03ef03 100644 --- a/include/openflow/openflow-common.h +++ b/include/openflow/openflow-common.h @@ -104,8 +104,8 @@ enum ofp_version { #define OFP_MAX_TABLE_NAME_LEN 32 #define OFP_MAX_PORT_NAME_LEN 16 -#define OFP_TCP_PORT 6633 -#define OFP_SSL_PORT 6633 +#define OFP_OLD_PORT 6633 +#define OFP_PORT 6653 #define OFP_ETH_ALEN 6 /* Bytes in an Ethernet address. */ @@ -306,7 +306,7 @@ OFP_ASSERT(sizeof(struct ofp_action_vendor_header) == 8); * header and any padding used to make the action 64-bit aligned. * NB: The length of an action *must* always be a multiple of eight. */ struct ofp_action_header { - ovs_be16 type; /* One of OFPAT10_*. */ + ovs_be16 type; /* One of OFPAT*. */ ovs_be16 len; /* Length of action, including this header. This is the length of action, including any padding to make it