Add patch_panel example
This commit is contained in:
parent
b16cafbb5c
commit
51729542f3
12 changed files with 227 additions and 0 deletions
7
examples/patch_panel/config/config.exs
Normal file
7
examples/patch_panel/config/config.exs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file is responsible for configuring your application
|
||||
# and its dependencies with the aid of the Mix.Config module.
|
||||
use Mix.Config
|
||||
|
||||
config :tres,
|
||||
callback_module: PatchPanel.Openflow.Controller,
|
||||
callback_args: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue