Expand description
Extensions for fuchsia.net.routes.admin.
Enums§
- Route set creation errors.
- GenericOverIp version of RouteSetV{4, 6}Request.
- Route table creation errors.
- GenericOverIp version of RouteTableV{4, 6}Request.
Traits§
- Admin extension for the
fuchsia.net.routes.admin
FIDL API.
Functions§
- Dispatches
add_route
on either theRouteSetV4
orRouteSetV6
proxy. - Dispatches
authenticate_for_interface
on either theRouteSetV4
orRouteSetV6
proxy. - The compiler often fails to infer that an item in the RouteTableProvider request stream is a Result. This function helps force it to understand this so that the Result can be unwrapped to get the actual RouteTableProvider request inside.
- Dispatches
detach
on either theRouteTableV4
orRouteTableV6
proxy. - Dispatches
get_authorization_for_route_table
on either theRouteTableV4
orRouteTableV6
proxy. - Dispatches
get_table_id
on either theRouteTableV4
orRouteTableV6
proxy. - Dispatches
global_route_set
on either theRoutesV4
orRoutesV6
in fuchsia.net.root. - Dispatches
new_route_set
on either theRouteTableV4
orRouteTableV6
proxy. - Dispatches
new_route_table
on either theRouteTableProviderV4
orRouteTableProviderV6
proxy. - Dispatches
remove_route
on either theRouteSetV4
orRouteSetV6
proxy. - Dispatches
remove
on either theRouteTableV4
orRouteTableV6
proxy. - Unpacks the
[ServerEnd]
and debug name from a request for a new route table.