Skip to content

Instantly share code, notes, and snippets.

View mikefaille's full-sized avatar
💭
Turning ideas into reality. Your vision, my expertise.

Michael Faille mikefaille

💭
Turning ideas into reality. Your vision, my expertise.
View GitHub Profile
@mikefaille
mikefaille / Linc-Ctrl-FlowMod
Created April 27, 2013 07:50
This is my flow activation (using table 1)
FlowMod = #ofp_message{
version = 3,
xid = 100,
body = #ofp_flow_mod{
cookie = <<0:64>>,
cookie_mask = <<0:64>>,
table_id = 1,
command = add,
idle_timeout = 30000,
hard_timeout = 60000,
@mikefaille
mikefaille / Linc-sys.config.diff
Created April 27, 2013 07:49
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}
]},
@mikefaille
mikefaille / Fed_install_3.7_rc6_krnl
Created November 20, 2012 02:36
Fedora install kernel 3.7 rc6 x64
sudo yum install http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-headers-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm http://kojipkgs.fedoraproject.org//packages/kernel/3.7.0/0.rc6.git1.1.fc19/x86_64/kernel-modules-extra-3.7.0-0.rc6.git1.1.fc19.x86_64.rpm --nogpg