Skip to content

refactor: remove dependency on netifaces (#4634)

Ani Sinha requested to merge anisinha/cloud-init:remove-netifaces into c10s

Jira: https://issues.redhat.com/browse/RHEL-34518

Upstream netifaces is no longer being maintained and is only
used by the VMWare data source.  As such this commit
replaces the calls to netifaces with cloudinit's native netinfo.

(cherry picked from commit 2ba7fdf0e1eb0bc597ceac8903695f67571fd873)
Signed-off-by: Ani Sinha <anisinha@redhat.com>

Merge request reports