template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2501 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/wire_types.h

Public Methods

::fuchsia_net_interfaces_admin::wire::RouteDiscoveryConfiguration Build ()

Build and return the table. The builder should not be used after this.

bool has_allow_default_route ()
void clear_allow_default_route ()

Clears the allow_default_route field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

bool & allow_default_route ()

Whether the interface will add a default route for routes

learned via Router Advertisements as described in [RFC 4861].

Note that setting this to false will not remove any existing

default routes learned via Router Advertisements. Those routes

will be removed when their lifetime expires.

[RFC 4861]: https://datatracker.ietf.org/doc/html/rfc4861

BuilderImpl & allow_default_route (bool elem)

Whether the interface will add a default route for routes

learned via Router Advertisements as described in [RFC 4861].

Note that setting this to false will not remove any existing

default routes learned via Router Advertisements. Those routes

will be removed when their lifetime expires.

[RFC 4861]: https://datatracker.ietf.org/doc/html/rfc4861

Protected Methods

void WireTableBaseBuilder< ::fuchsia_net_interfaces_admin::wire::RouteDiscoveryConfiguration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_interfaces_admin::wire::RouteDiscoveryConfiguration>> && frame)

Records