You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/05/24 13:48:35 UTC

[GitHub] swill commented on a change in pull request #2089: vRouters fixes & performance improvement

swill commented on a change in pull request #2089: vRouters fixes & performance improvement
URL: https://github.com/apache/cloudstack/pull/2089#discussion_r118255110
 
 

 ##########
 File path: systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh
 ##########
 @@ -27,39 +27,29 @@ log_it() {
     echo "$(date) : $*" >> $log
 }
 
-while getopts 'c:' OPTION
-do
-  case $OPTION in
-      c) cfg="$OPTARG"
-          ;;
-  esac
-done
+while getopts 'c:' OPTION; do
+    case $OPTION in
+        c) cfg="$OPTARG" ;;
+esac; done
 
-while read line
-do
+export DEFER_CONFIG=YESPLZ
 
 Review comment:
   Also, maybe I am missing something, but I don't ever see this being used.  Why is it being set and how is it used?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services