Skip to content

Commit

Permalink
Merge pull request #27 from flavio-fernandes/nit
Browse files Browse the repository at this point in the history
Trivial: fix doc in ovsdb-mon-ovs.source
  • Loading branch information
amorenoz authored Oct 28, 2021
2 parents f5e649f + 81776ec commit 0755d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ovsdb-mon-ovs.source
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ echo "to remove daemonset created, do: kubectl delete ds ${DS}"
echo 'commands to try (after pod becomes ready):'
echo " ovsdb-mon.ovs.${NODE} list Interface Name Ofport ExternalIDs"
echo " kubectl exec -it ${POD} -- ovs-vsctl show"
echo " kubectl exec -it ${POD} -- sudo ovs-ofctl --names dump-flows br-int table=0 | cut -d',' -f3-"
echo " kubectl exec -it ${POD} -- ovs-ofctl --names dump-flows br-int table=0 | cut -d',' -f3-"
echo

0 comments on commit 0755d7e

Please sign in to comment.