We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are NOT using LXD but rather LXD as a library, see https://github.com/canonical/maas/blob/7265eeecb055e573d8c40e63b3964c46e657bae6/src/host-info/pkg/info/info.go#L192
GetNetworkState can't detect a bridge interface configured with OVS.
It returns
"br-provider": { "addresses": [ { "family": "inet", "address": "REDACTED", "netmask": "20", "scope": "global" }, { "family": "inet6", "address": "REDACTED", "netmask": "64", "scope": "link" } ], "counters": { "bytes_received": 26676298785368, "bytes_sent": 3704328664385, "packets_received": 3148152714, "packets_sent": 111961554 }, "hwaddr": "REDACTED", "mtu": 1500, "state": "up", "type": "broadcast", "bond": null, "bridge": null, ----------------------------> This should not be `null` "vlan": null, "ovn": null }
GetNetworkState
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Required information
We are NOT using LXD but rather LXD as a library, see https://github.com/canonical/maas/blob/7265eeecb055e573d8c40e63b3964c46e657bae6/src/host-info/pkg/info/info.go#L192
Issue description
GetNetworkState can't detect a bridge interface configured with OVS.
It returns
Steps to reproduce
GetNetworkState
like in https://github.com/canonical/lxd/blob/main/lxd/resources/network.go#L603-L650The text was updated successfully, but these errors were encountered: