blob: 972a4e8d3afad6a5119049c6426f9fd104494946 [file] [log] [blame]
-- binary
01 0f # version/type
00 20 # length
00 00 00 02 # xid
ff fd # port_no
01 02 03 04 05 06 # hw_addr
90 ab cd ef # config
ff 11 ff 11 # mask
ca fe 67 89 # advertise
00 00 00 00 # pad
-- python
ofp.message.port_mod(
xid=2,
port_no=ofp.OFPP_CONTROLLER,
hw_addr=[1,2,3,4,5,6],
config=0x90ABCDEF,
mask=0xFF11FF11,
advertise=0xCAFE6789)