blob: f66fa6e23a26b5527d55efa55b8fbcd9c92e7f54 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
children: [
{
name: "network-tun",
url: "#meta/network-tun.cm",
},
],
use: [
{
protocol: [ "fuchsia.net.tun.Control" ],
from: "#network-tun",
},
],
offer: [
{
protocol: [
"fuchsia.inspect.InspectSink",
"fuchsia.logger.LogSink",
],
from: "parent",
to: "#network-tun",
},
],
}