class NetstackManagedRoutesDesignation
Defined at line 3784 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/wire_types.h
This can be provided on interface creation to appoint a route table into
which netstack managed routes are installed.
Public Methods
bool IsUnknown ()
Defined at line 3798 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/wire_types.h
void NetstackManagedRoutesDesignation ()
void ~NetstackManagedRoutesDesignation ()
void NetstackManagedRoutesDesignation (NetstackManagedRoutesDesignation && other)
NetstackManagedRoutesDesignation & operator= (NetstackManagedRoutesDesignation && other)
bool has_invalid_tag ()
bool is_main ()
NetstackManagedRoutesDesignation WithMain (::fuchsia_net_interfaces_admin::wire::Empty val)
The netstack managed routes are installed in the main table.
::fuchsia_net_interfaces_admin::wire::Empty & main ()
The netstack managed routes are installed in the main table.
const ::fuchsia_net_interfaces_admin::wire::Empty & main ()
The netstack managed routes are installed in the main table.
bool is_interface_local ()
NetstackManagedRoutesDesignation WithInterfaceLocal (::fuchsia_net_interfaces_admin::wire::Empty val)
The netstack managed routes are installed in an interface-local table.
The interface creates local tables (one for each IP version). When the
interface is removed and all the outstanding `RouteTableV{4,6}` protocol
channels are closed, the local table is removed.
::fuchsia_net_interfaces_admin::wire::Empty & interface_local ()
The netstack managed routes are installed in an interface-local table.
The interface creates local tables (one for each IP version). When the
interface is removed and all the outstanding `RouteTableV{4,6}` protocol
channels are closed, the local table is removed.
const ::fuchsia_net_interfaces_admin::wire::Empty & interface_local ()
The netstack managed routes are installed in an interface-local table.
The interface creates local tables (one for each IP version). When the
interface is removed and all the outstanding `RouteTableV{4,6}` protocol
channels are closed, the local table is removed.
::fuchsia_net_interfaces_admin::wire::NetstackManagedRoutesDesignation::Tag Which ()
void _CloseHandles ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kMain | 1 |
| kInterfaceLocal | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 3793 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/wire_types.h