Skip to content

Instantly share code, notes, and snippets.

@nessamurmur
Created August 24, 2017 03:06
Show Gist options
  • Save nessamurmur/2b37ecb21d523a75ef2af92693ead0ed to your computer and use it in GitHub Desktop.
Save nessamurmur/2b37ecb21d523a75ef2af92693ead0ed to your computer and use it in GitHub Desktop.
{linc,
[
{of_config, enabled},
{capable_switch_ports,
[
{port, 1, [{interface, "eth0"}]},
{port, 2, [{interface, "tap0"}]}
]},
{logical_switches,
[
{switch, 0,
[
{backend, linc_us4},
{controllers,
[
{"Switch0-DefaultController", "localhost", 6633, tcp}
]},
{queues_status, disabled},
{ports,
[
{port, 1, {queues, []}},
{port, 2, [{queues, []}, {port_no, 10}, {port_name, "Port10"}]}
]}
]}
]}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment