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/07/05 13:21:21 UTC

[GitHub] [cloudstack] kricud commented on issue #6471: Cloudstack agent for KVM

kricud commented on issue #6471:
URL: https://github.com/apache/cloudstack/issues/6471#issuecomment-1175053803

   @harikrishna-patnala
   
   It works as expected:
   ```
   acs@kvm05-dev:~$ ip address | grep inet | awk '{print $2}' | sed 's/\/.*//g' | grep -v '^169.254.' | grep -v '^127.0.0.1' | egrep -v '^::1|^fe80' | grep -v '^::1' | sed 's/^/ip:/g' | tr '\r\n' ','
   ip:10.170.1.14,ip:10.170.0.14,
   acs@kvm05-dev:~$ ip address | grep inet | awk '{print $2}' | sed 's/\/.*//g' | grep -v '^169.254.' | grep -v '^127.0.0.1' | grep -v '^::1' | sed 's/^/ip:/g' | tr '\r\n' ','
   ip:10.170.1.14,ip:fe80::c4af:5cff:fe86:e7b1,ip:10.170.0.14,ip:fe80::e8d0:1bff:fe72:a9b7,
   ```


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