pub async fn add_pure_ip_interface(
network_port: &PortProxy,
admin_device_control: &DeviceControlProxy,
interface_name: &str,
) -> ControlProxyExpand description
Add a pure IP interface to the given device/port, returning the created
fuchsia.net.interfaces.admin/Control handle.