class RouteTableProviderV4

Defined at line 6350 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/hlcpp/fuchsia/net/routes/admin/cpp/fidl.h

This protocol allows the client to create route tables.

Public Members

static const char[] Name_

Public Methods

void ~RouteTableProviderV4 ()
void NewRouteTable (::fidl::InterfaceRequest< ::fuchsia::net::routes::admin::RouteTableV4> provider, ::fuchsia::net::routes::admin::RouteTableOptionsV4 options)

Creates a new route table. If the client end of the `provider` is

closed, the route table is removed (unless detached).

void GetInterfaceLocalTable (::fuchsia::net::resources::ProofOfInterfaceAuthorization credential, GetInterfaceLocalTableCallback callback)

Gets the interface-local route table for this interface.

+ request credential of the interface to get local route table.

- response client end of the `RouteTableV4` protocol if successfully.

This table is only removed after the interface is removed AND all

outstanding `RouteTableV4` channels are closed.

Calling detach on the route table is a no-op.