Commit Graph

1 Commits

Author SHA1 Message Date
Johannes Kimmel 53ac7cc6b5 layer3: add option to enable stateful firewall on client network
ci/woodpecker/push/woodpecker Pipeline failed Details
Add the following option to the client config section in
`/etc/config/gateway` to enable a basic stateful firewall:

```
config client
    option stateful_firewall '1'
```

The firewall will forward icmp mesages and allow any outbound client
traffic and related inbound traffic.

Acked-by: Fabian Bläse <fabian@blaese.de>
2023-12-26 18:53:36 +01:00