From 435d701861358368db8966f511463e79ee38bb31 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 18 Sep 2013 16:58:17 +0900 Subject: [PATCH] comment on OFP_xxx_PORT Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/ofproto/ofproto_common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ryu/ofproto/ofproto_common.py b/ryu/ofproto/ofproto_common.py index 49d1c12a..cc3820dc 100644 --- a/ryu/ofproto/ofproto_common.py +++ b/ryu/ofproto/ofproto_common.py @@ -21,5 +21,7 @@ OFP_HEADER_PACK_STR = '!BBHI' OFP_HEADER_SIZE = 8 assert calcsize(OFP_HEADER_PACK_STR) == OFP_HEADER_SIZE +# note: while IANA assigned port number for OpenFlow is 6653, +# 6633 is (still) the defacto standard. OFP_TCP_PORT = 6633 OFP_SSL_PORT = 6633