-
openflowj-2.0.0-SNAPSHOT without correct parse the typelen of 82436 and throw the error as follow when I use ovs-2.4.0.
Caused by: org.projectfloodlight.openflow.exceptions.OFParseError: Unkno…
-
Hi all,
when I enter the onos-backend project directory and compile the code''mvn clean install'',there is an error:
Failed to execute goal org.onosproject:onos-maven-plugin:1.10:app (app) on projec…
-
Tested with Luxoft's Twister framework, OpenFlow 1.3.1 module:
Test scenario:
- Insert flow_mod that matches on VLAN PCP
- Send matching packet on ingress port
- Verify packet is recevied at egress p…
-
### Description
The standard library should provide an HTTP client that supports HTTP 1.1, 2.0, and 3/QUIC. The client would be provided by the module `std.net.http` and should transparently suppor…
-
length fields are not beeing checked.
(pg 50) - "OpenFlow is a simple binary protocol, therefore invalid OpenFlow messages
generated by OpenFlow implementations will in general result in the message…
-
Hi,
I have run floodlight also a topology in mininet but following errors have been shown and ping not exists.
```
ubuntu@sdnhubvm:~[02:21]$ sudo mn --controller=remote,ip=127.0.0.1,port=6653 --swi…
-
Hi!
Would it be possible to add a feature to allow to open specific port for the SDN controller?
I'm willing to do it in a PR, but I'd like to be sure XAPI team is on board with it before putting …
-
The copy-in/out action in openflow protocol does not specify the protocol to copy from. It is assumed packet combination will be one of the following:
- mpls/mpls
- mpls/ipv(4|6)
- ipv(4|6)/ipv(4|6)…
-
Hello, just wanted to let you know that this looks extremely promising for issuing bandwidth control on physical networks as well. For right now, I am just trying to make it through your README but a…
-
The Switch class (`kytos.core.switch.Switch`) is still OpenFlow dependent.
It need to be refactored in order to be protocol agnostic or, at least, "protocol flexible".