blob: 74eed2b30365dd605080912fc3c8294317859478 [file] [edit]
// Copyright 2023 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.
{
actions: [
{
type: "expect_pass",
matchers: [
"*",
],
},
{
type: "expect_pass_with_err_logs",
matchers: [
// TODO(https://fxbug.dev/42097442): Resolve `IP_ADD_MEMBERSHIP` error code
// discrepancy.
"join_multicast_group_with_non_existent_interface*netstack_v3_expects",
],
},
],
}