Skip to content

Commit

Permalink
Openflow13 must be used, not Openflow12
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanocerrato authored Dec 9, 2016
1 parent a1cb870 commit 51119ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestrator/README_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ The following commands are useful to check the status of OvS.
$ sudo ovs-vsctl show

; Show the OpenFlow identifiers for the ports of a bridge
$ sudo ovs-ofctl show <bridge_name> --protocol=Openflow12
$ sudo ovs-ofctl show <bridge_name> --protocol=Openflow13

; Show the forwarding table of a bridge
$ sudo ovs-ofctl dump-flows <bridge_name> --protocol=Openflow12
$ sudo ovs-ofctl dump-flows <bridge_name> --protocol=Openflow13

; Delete a bridge
$ sudo ovs-vsctl del-br <bridge_name>
Expand Down

0 comments on commit 51119ae

Please sign in to comment.