On Tue, 26 Apr 2022 14:55:21 -0500
Andrew Deason wrote:
> This implements the guest agent commands guest-network-get-interfaces and
> guest-shutdown on Solaris. The implementation for these on Solaris is very
> similar as on Linux, since both platforms have a similar getifaddrs() and a
> 'shutdow
This implements the guest agent commands guest-network-get-interfaces and
guest-shutdown on Solaris. The implementation for these on Solaris is very
similar as on Linux, since both platforms have a similar getifaddrs() and a
'shutdown' command.
Changes since v2:
- No changes, just updating to newe