mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
packet lib: bpdu: use text address
Signed-off-by: WATANABE Fumitaka <watanabe.fumitaka@nttcom.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
afb737cb6b
commit
ff384ba9c2
@ -134,7 +134,7 @@ from ryu.lib import addrconv
|
||||
|
||||
|
||||
# BPDU destination
|
||||
BRIDGE_GROUP_ADDRESS = '\x01\x80\xc2\x00\x00\x00'
|
||||
BRIDGE_GROUP_ADDRESS = '01:80:c2:00:00:00'
|
||||
|
||||
|
||||
PROTOCOL_IDENTIFIER = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user