axsh / openvnet

Data Center Level Virtual Network Toolkit based on Edge Overlaid Network using OpenFlow 1.3.
http://openvnet.org
GNU Lesser General Public License v3.0
75 stars 18 forks source link

Move learning flows #553

Closed rakshasa closed 6 years ago

rakshasa commented 6 years ago

Moved learning flows to the egress classifier so we can set the cookie of learned flows to the dp_nw/seg.

This allows us to delete learned flows when the dp_nw/seg is deleted, fixing an issue where changing topology, etc, would still use the old learned flows instead of creating new ones.

Merge #552 first.