Added README.

Modified cleanup to use dpctl to remove kernel datapaths.
This commit is contained in:
Bob Lantz
2009-12-10 00:21:26 -08:00
parent 994c68f648
commit 95d9a374b2
3 changed files with 92 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ echo "Removing excess controllers/ofprotocols/ofdatapaths/pings"
killall -9 controller ofprotocol ofdatapath ping 2> /dev/null
echo "Removing excess kernel datapath processes"
ps ax | grep 'dp[0-9]' | awk '{print $1;}' | xargs kill
ps ax | egrep -o 'dp[0-9]+' | sed 's/dp/nl:/' | xargs -l1 echo dpctl deldp
echo "Removing vconn junk in /tmp"
rm -f /tmp/vconn* /tmp/vlogs* /tmp/*.out /tmp/*.log