Skip to content

Commit b033d92

Browse files
committed
Added links to resource
1 parent 2cfdc75 commit b033d92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: simple_switch_stp_13.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# coding=utf-8
2+
"""
3+
Note: s lot of the info is derived from the below link:
4+
http://osrg.github.io/ryu-book/en/html/spanning_tree.html#executing-the-ryu-application
5+
"""
6+
27
from ryu.base import app_manager
38
from ryu.controller import ofp_event
49
from ryu.controller.handler import CONFIG_DISPATCHER, MAIN_DISPATCHER

0 commit comments

Comments
 (0)