ofnet icon indicating copy to clipboard operation
ofnet copied to clipboard

Ofnet is openflow networking library

Results 15 ofnet issues
Sort by recently updated
recently updated
newest added

https://github.com/contiv/ofnet/blob/c080e5b6e9bede4db7b5da634c3de01c346edc84/ofctrl/ofSwitch.go#L54 If the switches have the same datapath_id, it can lead to issues. In OVS, if two bridges are attached to the same physical interface, their datapath_id will be the...

Hi, I found that current flow matchfield and actions only support parts of standard Openflow messages. Do you have a plan to support Nicira extensions in flow entries? I also...

Hi, Itl looks like the controller does not support the ovs switches that has support for > OF 1.3. I have the fix for it. But, I can't push to...

Type of fix: Bug Fix changes made in the Pull request: deleted flow cache in vlrouter when removing local endpoint, or the flow cache in vlrouter will never be deleted.

When ovs switch attached to controller (ofnetagent), once controller failed, new flow entry will not send to ovs, and arp request will not go up to controller. How can we...

With vxlan bridge fwd mode, vxlanBridge will start the ovs switch object in two of the vlan flooding objects (localFlood and allFlood). The switch object is being populated when the...

This PR bumps the Vagrant box to version 0.10.2. This box includes Go 1.7.6.

When I use vxlan bridge mode, docker run seems stuck when ovs get restart. Steps to reproduce: 1. make demo 2. netctl global set --fwd-mode bridge 3. netctl network create...

This PR rewrites some loops as functions. This makes it easier to update this code in the future. This PR doesn't fix any bugs. It can be reviewed and merged...