google / google/gvisor

add support for conntrack ctstate rules in iptables

Open
#8,114 2 comments 1 reaction 0 assignees View on GitHub
area: networking type: enhancement
Dominant language
Go
Stars
19.3k
Forks
2k
Avg merge
3d 5h
Merged PRs (30d)
264

Description

### Description

Hi there! Please add support for filter rules in `stack.IPTables` that semantically equal to the following iptable rule:

```
-A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
```

or nftables match:

```
ct state { established, related }
```

### Is this feature related to a specific bug?

_No response_

### Do you have a specific solution in mind?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.