Advertisement
Guest User

LINC sys.config example file

a guest
Jul 25th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 0.62 KB | None | 0 0
  1. [
  2. {linc,
  3.  [
  4.   {of_config, enabled},
  5.   {capable_switch_ports,
  6.    [
  7.     {port, 1, [{interface, "eth0"}]},
  8.     {port, 2, [{interface, "eth1"}]},
  9.     {port, 3, [{interface, "wlan0"}]}
  10.    ]},
  11.   {capable_switch_queues,
  12.    [
  13.    ]},
  14.   {logical_switches,
  15.     [
  16.      {switch, 0,
  17.       [
  18.        {backend, linc_us4},
  19.        {controllers,
  20.         [
  21.          {"Switch0-DefaultController", "localhost", 6633, tcp}
  22.         ]},
  23.        {queues_status, disabled},
  24.        {ports,
  25.         [
  26.          {port, 1, {queues, []}},
  27.          {port, 2, {queues, []}},
  28.          {port, 3, {queues, []}}
  29.         ]}
  30.       ]}
  31.     ]}
  32.   ]}
  33. ].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement