edit makefile to clear db (need feedback)
labelStack shows empty list (Fixed but need feedback)
added tunnel path in show tunnel command
removed mpls action from aclAdded TTL actions in group, etherType with '0x', Added tunnelInfo in 'show policy', removed |breif, details| from groups
diff --git a/cli/Makefile b/cli/Makefile
index 4693918..18ddc47 100755
--- a/cli/Makefile
+++ b/cli/Makefile
@@ -84,3 +84,7 @@
 
 build-sdnplatform:
 #	cd $(FL_DIR); ant dist
+clean-srdb: stop-sdncon
+	rm -fr sdncon/sdncon
+	make clean
+	make start-sdncon