Posted
about 7 years
ago
by
Qing Wang
Hey Pavle, OVS 2.3.9 supports Fast-failover. You can refer the table below: http://docs.openvswitch.org/en/latest/faq/openflow/ Thanks, Qing Wang Clemson University [email protected] ---------------------------- Big Switch Networks (https://www.bigswitch.com/) [email protected] On
|
Posted
about 7 years
ago
by
[email protected]
hi, i want to install floodlight but it has error when install oracle-java8 "oracle-java8-installer E:subprocess /usr/bin/dpkg returned an error code" how should i solve this? regards parisa,
|
Posted
about 7 years
ago
by
[email protected]
Hi guys, I want to write two flow rules that have as actions: Rule 1 : Store paquet in a queue X without forwarding anything Rule 2 : Output to port X paquets that are in queue Y Does anybody have an idea about how to do that please ?
|
Posted
about 7 years
ago
by
Qing Wang
Please cced Floodlight email list. Can you tell us what is the error message you got? Did you compile Floodlight before you run "java -jar target/floodlight.jar"? Otherwise, the target folder won't be generated. Thanks, Qing Wang Clemson University [email protected] ---------------------
|
Posted
about 7 years
ago
by
[email protected]
floodlight-dev: 您好! I have create a new module named MACTracker like this: public class MACTracker implements IFloodlightModule, IOFMessageListener{ ...... public void startUp(FloodlightModuleContext context) throws FloodlightModuleException {
|
Posted
about 7 years
ago
by
Ali Abdollahi
Hi i run the floodlight correctly but i cant see the ui in my browser with this address ( :http://localhost:8080/ui/index.html) what should i can do?thanks
|
Posted
about 7 years
ago
by
[email protected]
Hi dear community, I try to use the static entry pusher API ( https://floodlight.atlassian.net/wiki/spaces/floodlightcontroller/pages/1343518/Static+Entry+Pusher+API) to add a flow and modify the vxlan tunnel_id in the actions field. According to the static entry pusher API, we can use
|
Posted
about 7 years
ago
by
[email protected]
Hello I'm trying to implement a thread for collecting statistics of a switch in my module. This thread is like this: class PortStatsRunnable implements Runnable { > > String switchDPID; > int port; > > PortStatsRunnable(String s,int i) { switchDPID = s;
|
Posted
about 7 years
ago
by
[email protected]
Hi dear community, I want to use floodlight to get the first n data packets(after the protocol/synchronization packets) from a flow in switches. As far as I know, I can use PACKET_IN to get the first packet of a flow, or I can use the controller to retrieve flow statistics from switches, but I
|
Posted
about 7 years
ago
by
Qing Wang
Hey, There're many factors that could influence Floodlight controller performance -- Floodlight, as any other computation applications running on the server, its performance will greatly depends on the underlying hardware capabilities. The performance will be very different if you running
|