Skip to content

Commit 19d7088

Browse files
Merge pull request #269707 from rsgel/main
network fault adjustments
2 parents 4cc996c + 24a2a25 commit 19d7088

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/chaos-studio/chaos-studio-fault-library.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,8 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
559559
### Limitations
560560

561561
* The agent-based network faults currently only support IPv4 addresses.
562-
* When running in a Linux environment, the agent-based network latency fault can only affect **outbound** traffic, not inbound traffic. The fault can affect **both inbound and outbound** traffic on Windows environments (via the `inboundDestinationFilters` and `destinationFilters` parameters).
562+
* When running on Linux, the network latency fault can only affect **outbound** traffic, not inbound traffic. The fault can affect **both inbound and outbound** traffic on Windows environments (via the `inboundDestinationFilters` and `destinationFilters` parameters).
563+
* When running on Windows, the network latency fault currently only works with TCP or UDP packets.
563564

564565

565566
## Network disconnect
@@ -621,7 +622,7 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
621622

622623
* The agent-based network faults currently only support IPv4 addresses.
623624
* The network disconnect fault only affects new connections. Existing active connections continue to persist. You can restart the service or process to force connections to break.
624-
* On Windows, the network disconnect fault currently only works with TCP or UDP packets.
625+
* When running on Windows, the network disconnect fault currently only works with TCP or UDP packets.
625626

626627
## Network disconnect with firewall rule
627628

@@ -724,6 +725,8 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the
724725
### Limitations
725726

726727
* The agent-based network faults currently only support IPv4 addresses.
728+
* When running on Windows, the network packet loss fault currently only works with TCP or UDP packets.
729+
727730

728731
## Virtual Machine shutdown
729732
| Property | Value |

0 commit comments

Comments
 (0)