blob: cdf9074d7bbb03f8b0a4da8afbb3599e4559a6d0 [file] [log] [blame]
// Copyright 2024 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.
{
config: {
// Number of threads used by netstack3.
// 0 is an invalid value and causes the netstack to crash.
num_threads: { type: "uint8" },
// Whether to use debug logs. This overrides the common logging
// framework and uses DEBUG severity logs. Used in netstack tests when
// embedding a hermetic netstack.
debug_logs: { type: "bool" },
/// Whether to use opaque IIDs by default when generating stable SLAAC
/// addresses. Note that this configuration can still be overridden on a
/// per-interface basis.
opaque_iids: { type: "bool" },
},
}