Expand description
Extensions for fuchsia.net.routes.admin.
Enums§
- Route
SetCreation Error - Route set creation errors.
- Route
SetRequest - GenericOverIp version of RouteSetV{4, 6}Request.
- Route
Table Creation Error - Route table creation errors.
- Route
Table Request - GenericOverIp version of RouteTableV{4, 6}Request.
Traits§
- Fidl
Route Admin IpExt - Admin extension for the
fuchsia.net.routes.admin
FIDL API.
Functions§
- add_
route - Dispatches
add_route
on either theRouteSetV4
orRouteSetV6
proxy. - authenticate_
for_ interface - Dispatches
authenticate_for_interface
on either theRouteSetV4
orRouteSetV6
proxy. - concretize_
route_ table_ provider_ request - 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.
- detach_
route_ table - Dispatches
detach
on either theRouteTableV4
orRouteTableV6
proxy. - get_
authorization_ for_ route_ table - Dispatches
get_authorization_for_route_table
on either theRouteTableV4
orRouteTableV6
proxy. - get_
table_ id - Dispatches
get_table_id
on either theRouteTableV4
orRouteTableV6
proxy. - new_
global_ route_ set - Dispatches
global_route_set
on either theRoutesV4
orRoutesV6
in fuchsia.net.root. - new_
route_ set - Dispatches
new_route_set
on either theRouteTableV4
orRouteTableV6
proxy. - new_
route_ table - Dispatches
new_route_table
on either theRouteTableProviderV4
orRouteTableProviderV6
proxy. - remove_
route - Dispatches
remove_route
on either theRouteSetV4
orRouteSetV6
proxy. - remove_
route_ table - Dispatches
remove
on either theRouteTableV4
orRouteTableV6
proxy. - unpack_
route_ table_ provider_ request - Unpacks the
[ServerEnd]
and debug name from a request for a new route table.