comment on OFP_xxx_PORT
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
35c0ca1083
commit
435d701861
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user