Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 5bc1fbc

Browse files
Joshua ReichSiGe
authored andcommitted
corrected instructions for rewrite.py
1 parent d48de27 commit 5bc1fbc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyretic/examples/prefix_route.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# SETUP #
3333
# ------------------------------------------------------------------- #
3434
# mininet: mininet.sh --topo simple_prefix #
35+
# test: pingall and check for full connectivity #
3536
################################################################################
3637

3738
from pyretic.lib.corelib import *

pyretic/examples/rewrite.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131
################################################################################
3232
# SETUP #
3333
# ------------------------------------------------------------------- #
34-
# mininet: mininet.sh --topo clique,4,4 (or other single subnet) #
34+
# mininet: mininet.sh --topo single,3 #
35+
# test: pingall and check for following connectivity pattern #
36+
# h1 -> h2 h3 #
37+
# h2 -> X h3 #
38+
# h3 -> X h2 #
39+
# all hosts should also be able to ping 10.0.0.11 #
3540
################################################################################
3641

3742
from pyretic.lib.corelib import *

0 commit comments

Comments
 (0)