template <>

class NaturalClientImpl

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

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_net_routes_admin::RouteTableProviderV6::GetInterfaceLocalTable> GetInterfaceLocalTable (::fidl::Request< ::fuchsia_net_routes_admin::RouteTableProviderV6::GetInterfaceLocalTable> request)

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.

::fit::result< ::fidl::OneWayError> NewRouteTable (::fidl::Request< ::fuchsia_net_routes_admin::RouteTableProviderV6::NewRouteTable> request)

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

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