Created
April 27, 2013 07:49
-
-
Save mikefaille/5472249 to your computer and use it in GitHub Desktop.
diff --git a/rel/files/sys.config b/rel/files/sys.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
index 9655fd4..88e9b6c 100644 | |
--- a/rel/files/sys.config | |
+++ b/rel/files/sys.config | |
@@ -23,7 +23,7 @@ | |
%% Default OFP controller port is 6633. | |
{controllers, | |
[ | |
- %% {"Switch0-DefaultController", "localhost", 6633, tcp} | |
+ {"Switch0-DefaultController", "localhost", 6633, tcp} | |
]}, | |
%% Configure ports available to the switch when using the | |
@@ -35,8 +35,8 @@ | |
{ports, | |
[ | |
%% {port, 1, [{interface, "eth0"}]}, | |
- %% {port, 2, [{interface, "tap0"}]}, | |
- %% {port, 3, [{interface, "tap1"}, {ip, "10.0.0.1"}]} | |
+ {port, 2, [{interface, "tap0"}]}, | |
+ {port, 3, [{interface, "tap1"}, {ip, "10.0.0.1"}]} | |
]}, | |
%% Enable or disable queues subsystem. Queue configuration is not part |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment