class RouteTableProviderV6
Defined at line 6981 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 ~RouteTableProviderV6 ()
void NewRouteTable (::fidl::InterfaceRequest< ::fuchsia::net::routes::admin::RouteTableV6> provider, ::fuchsia::net::routes::admin::RouteTableOptionsV6 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 `RouteTableV6` protocol if successfully.
This table is only removed after the interface is removed AND all
outstanding `RouteTableV6` channels are closed.
Calling detach on the route table is a no-op.