blob: 860ae4b125c72c8c825198f475e9ada64ad2763c [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.
{
include: [ "//src/connectivity/network/netstack/meta/netstack.shard.cml" ],
program: {
binary: "bin/netstack_with_deadlock_detection",
args: [
"--log-packets",
"--verbosity=debug",
],
},
}