ofproto_common: define some experimenter id
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
7f84fe4d09
commit
396ef8d684
@ -25,3 +25,8 @@ assert calcsize(OFP_HEADER_PACK_STR) == OFP_HEADER_SIZE
|
||||
# 6633 is (still) the defacto standard.
|
||||
OFP_TCP_PORT = 6633
|
||||
OFP_SSL_PORT = 6633
|
||||
|
||||
# Vendor/Experimenter IDs
|
||||
NX_EXPERIMENTER_ID = 0x00002300 # Nicira
|
||||
BSN_EXPERIMENTER_ID = 0x005c16c7 # Big Switch Networks
|
||||
ONF_EXPERIMENTER_ID = 0x4f4e4600 # OpenFlow Extensions for 1.3.X Pack 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user