You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/12/08 12:58:47 UTC

[GitHub] [cloudstack] shwstppr commented on a diff in pull request #6435: VPC VR: fix /etc/network/interfaces is misconfigured

shwstppr commented on code in PR #6435:
URL: https://github.com/apache/cloudstack/pull/6435#discussion_r1043325593


##########
systemvm/debian/opt/cloud/bin/setup/init.sh:
##########
@@ -188,6 +188,7 @@ setup_interface_sshd() {
     setup_sshd $ETH1_IP "eth1"
 
   elif [ "$TYPE" == "vpcrouter" ]; then
+    init_interfaces "eth0"

Review Comment:
   @weizhouapache `init_interfaces` method in common.sh expects 3 arguments. Will there be an issue with this call? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org