Skip to content

Instantly share code, notes, and snippets.

@mikefaille
Created April 27, 2013 07:49
Show Gist options
  • Save mikefaille/5472249 to your computer and use it in GitHub Desktop.
Save mikefaille/5472249 to your computer and use it in GitHub Desktop.
diff --git a/rel/files/sys.config b/rel/files/sys.config
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