daviftorres commented on PR #11800:
URL: https://github.com/apache/cloudstack/pull/11800#issuecomment-3542322869
Dear @mosys0815,
I agree with the goal of finding a more reliable way to retrieve the
interface, but I want to apologize in advance for my straightforward feedback
on the proposed solutions:
The approach feels overly complex, which makes it hard to understand and, in
my opinion, not an effective way to achieve the goal.
When I tried to run it, it didn’t work due to unescaped characters (as
@weizhouapache also mentioned).
Were you able to run the command successfully? If so, could you share your
environment or context?
I would prefer updating the PR to use the following instead:
```
ip route show default | awk '{print $5}'
```
Regards,
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]