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
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, |
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
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} | |
]}, |
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
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 |
NewerOlder