Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/ofproto/ofproto_common.py | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/ryu/ofproto/ofproto_common.py b/ryu/ofproto/ofproto_common.py index cc3820d..ca351c5 100644 --- a/ryu/ofproto/ofproto_common.py +++ b/ryu/ofproto/ofproto_common.py @@ -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 -- 1.8.3.1 ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
