elifkizilky / SpaceDancers

0 stars 0 forks source link

Flow delete from flow table #14

Closed elifkizilky closed 11 months ago

elifkizilky commented 11 months ago

A way to remove flow rules from table should be implemented

bgmrsln commented 11 months ago

We can successfully delete rules from flow table by cookie id that is set by use when adding a rule. But cookie overflow should be considered.

image
bgmrsln commented 11 months ago

source : https://stackoverflow.com/questions/49971882/delete-flows-matching-specific-cookie-openflow-1-3-5-spec-support-by-openvswit

image
bgmrsln commented 11 months ago

remove flow table rule by match: https://github.com/FlowForwarding/LINC-Switch/blob/master/scripts/ryu/remove_flows_v1_3.py