blob: 0d607b0b36d2e157ebe57cc01ba0ba830b114fb5 [file] [log] [blame]
// Copyright 2022 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/mdns/service/meta/netemul-test.shard.cml" ],
program: {
netstacks: [
{
name: "local",
interfaces: [
{
name: "local-ep",
static_ips: [ "192.168.0.2/24" ],
},
{
name: "local-ep2",
static_ips: [ "192.168.0.3/24" ],
},
],
},
{
name: "remote",
interfaces: [
{
name: "remote-ep",
static_ips: [ "192.168.0.1/24" ],
},
],
},
],
},
}