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 13:07:38 UTC

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

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


##########
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:
   @shwstppr it should be ok.
   
   If only eth0 is passed, it is same as
   ```
   cat > /etc/network/interfaces << EOF
   auto lo eth0
   iface lo inet loopback
   EOF
   ```



-- 
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