commit | b7611cd9a0211485cb31d0ab5aed1a71ea0a32fc | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Thu Oct 25 13:37:31 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Thu Oct 25 13:37:31 2012 -0700 |
tree | b6d7b4854e1715e34218a10e417fbd297e5f2cc1 | |
parent | b371430baebd8c3b130e418e0c6f5a5a2144ece2 [diff] [blame] |
run_switch.py: fix default --of_dir after being moved
diff --git a/run_switch.py b/run_switch.py index 66e7837..382d109 100755 --- a/run_switch.py +++ b/run_switch.py
@@ -10,7 +10,7 @@ parser = OptionParser(version="%prog 0.1") parser.set_defaults(port_count=4) -parser.set_defaults(of_dir="../../openflow") +parser.set_defaults(of_dir="../openflow") parser.set_defaults(port=6633) parser.add_option("-n", "--port_count", type="int", help="Number of veth pairs to create")