1
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
Posted about 7 years ago by Moises Rodrigues
Hello, A long time ago I made a fork of floodlight and started working on something that would become part of my thesis in mid 2016. Between defending the thesis, publishing papers, finding a job and moving to another country there was not much time left to organize the code and create a PR.
Posted about 7 years ago by Qing Wang
Hi, Basically you just need to use "mac address" as a match field in the flow, either a source mac or destination mac, depends on what you need. You can use ovs-ofctl to add flows as well, this page should help: http://docs.openvswitch.org/en/latest/faq/openflow/ Thanks, Qing Wang Clemson
Posted about 7 years ago by Jakob Wångö
Hi. I have been successful to add rules into my OF switches without any issues. But now i want to retrieve them also, by doing a GET http://127.0.0.1:8080/wm/staticflowpusher/list/00:00:00:00:00:00:00:02/json but i get an "undefined" response back. Trying it out using a RESTCALl plugin in the
Posted about 7 years ago by [email protected]
Hi, Is there a REST API that allows extracting n_packets for a specific flow-mod? Thanks.
Posted about 7 years ago by Shabir Mean
Hi, Are there examples/tutorials on how a specific flow can be deleted from the OVS? I have been able to write several flows but I am looking for the syntax for removing them. Thank you Shabir
Posted about 7 years ago by [email protected]
I want to count the queue statistics in ovs using floodlight,the following is my code. public void run() { while(true) { try { sleep(10000); }catch(InterruptedException e) { e.printStackTrace(); } System.out.println("queue_thread start"); OFQueueGetConfigRequest queueRequest = factory.bui
Posted about 7 years ago by ivan andrade
Hi, I am having a problem attaching my controller to openvswitch, I followed the steps in https://floodlight.atlassian.net/wiki/spaces/floodlightcontroller/pages/1343544/Installation+Guide 1. *apt-get install build-essential ant maven python-dev * 2. *git clone git://github.com/floodlig
Posted about 7 years ago by Hicham Jabbour
Image Hicham Jabbour Freelance Web/Android Developer | Software Engineer ★ Volunteer » Job Seeker -------------------------- Hicham's invitation is waiting for your reply -------------------------- Your invitation expires tomorrow. Join the fastest growing job network in the world.
Posted about 7 years ago by [email protected]
Hi. I'm a beginner in floodlight and SDN. Imagine I have a switch that is connected to 3 controllers. c1 is the master controller for this switch, c2 and c3 are slaves. If for any reason c1 is broken, this switch should choose c2 or c3 as it's master. So my question is that which controller will
Posted about 7 years ago by KimSungmin
Hello I'm Sungmin I am currently studying SDN on a Floodlight. basis. I have a question. Is there a difference between the Floodlight Master and the 1.2 version? I am using version 1.2 now. The problem is that I can’t see flow-monitoring in REST API. If I type ~~ :8080/~~ Flow–monitor/json, an