Created
August 24, 2017 03:06
-
-
Save nessamurmur/2b37ecb21d523a75ef2af92693ead0ed to your computer and use it in GitHub Desktop.
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
{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