| // 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. | |
| { | |
| actions: [ | |
| { | |
| include: "./generic.json5", | |
| }, | |
| { | |
| include: "./loopback_isolated.json5", | |
| }, | |
| { | |
| include: "./loopback.json5", | |
| }, | |
| { | |
| include: "./raw_packet.json5", | |
| }, | |
| { | |
| include: "./tcp_blocking.json5", | |
| }, | |
| { | |
| include: "./tcp.json5", | |
| }, | |
| { | |
| include: "./udp_raw.json5", | |
| }, | |
| { | |
| include: "./udp_unbound.json5", | |
| }, | |
| { | |
| include: "./udp.json5", | |
| }, | |
| ], | |
| } |