Signed-off-by: YAMAMOTO Takashi <[email protected]> --- 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 49d1c12..cc3820d 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 -- 1.8.3.1 ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
