Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
EHfive committed Nov 19, 2024
1 parent 101e94b commit ccb32a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ All notable changes to this project will be documented in this file.

### Highlights

- Fix a bug that might cause silent packet drop, which has been observed on PPPoE interface for large packets.
- Use pure-rust Aya loader by default, einat now has zero native dependency except libc on target platform.
This should make einat be built more easily especially for cross-compilation.
- Allow attaching eBPF programs with new TCX interface, aya loader only.
- Fix a bug that might cause silent packet drop, which has been observed on PPPoE interface for large packets.
- Allow do SNAT for specified internal network only

```bash
# do SNAT for internal packets with source of 192.168.1.0/24 only
einat -i extern0 --hairpin-if intern0 lo --internal 192.168.1.0/24
```

### 🚀 Features

Expand Down

0 comments on commit ccb32a3

Please sign in to comment.