Add support for connection tracking.
[cascardo/ovs.git] / utilities / ovs-appctl-bashcomp.bash
index 67a268e..f7fb830 100755 (executable)
@@ -598,9 +598,6 @@ _ovs_command_complete() {
   return 0
 }
 
-# Needed for the sorting of completions in display.
-export LC_ALL=C
-
 # Debug mode.
 if [ "$1" = "debug" ]; then
     shift
@@ -624,4 +621,4 @@ else
     complete -F _ovs_command_complete ovs-ofctl
     complete -F _ovs_command_complete ovs-dpctl
     complete -F _ovs_command_complete ovsdb-tool
-fi
\ No newline at end of file
+fi