Signed-off-by: WATANABE Fumitaka <[email protected]> --- ryu/lib/packet/bpdu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/lib/packet/bpdu.py b/ryu/lib/packet/bpdu.py index ee2940b..0c293cd 100644 --- a/ryu/lib/packet/bpdu.py +++ b/ryu/lib/packet/bpdu.py @@ -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 -- 1.7.10.4 ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
