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/29 07:24:34 UTC

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

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

 ##########
 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:
   @swill: It is ready by the Python code. If it's set it defers a restart of dnsmasq and such
 
----------------------------------------------------------------
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