class Control

Defined at line 7077 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/hlcpp/fuchsia/net/filter/cpp/fidl.h

Provides control over packet filtering configuration.

Public Members

static const char[] Name_

Public Methods

void ~Control ()
void OpenController (::std::string id, ::fidl::InterfaceRequest< ::fuchsia::net::filter::NamespaceController> request)

Open a new isolated namespace controller for filtering state.

void ReopenDetachedController (::fuchsia::net::filter::ControllerKey key, ::fidl::InterfaceRequest< ::fuchsia::net::filter::NamespaceController> request)

Re-open an existing controller that was previously detached from.

Note that if any administrative client connections exist to the

controller, this operation will fail. At most one client may be

connected to the controller at once (except for clients connected

through the [`fuchsia.net.root/Filter`] protocol).

If reconnection fails, the provided server end will be closed with one

of the following epitaphs:

* `ZX_ERR_INVALID_ARGS` if the provided key is invalid

* `ZX_ERR_ALREADY_EXISTS` if another client is currently connected to

the controller identified by the provided key