skyline-console/releasenotes/notes/Support-Disable-Enable-Router-SNAT-1f09d5e8aa1a07bb.yaml
zhangjingwei d02497a15d feat: support disable/enable snat
1. support disable snat when the router's enable_snat is true
2. support enable snat when the router's enable_snat is false

Change-Id: I15a0eee4760100d923bc9a7d3619f5caf35cbe27
2024-03-21 16:22:14 +08:00

9 lines
206 B
YAML

---
features:
- |
Support disable/enable SNAT for router:
* Support disable SNAT when the router's `enable_snat` is `true`.
* Support enable SNAT when the router's `enable_snat` is `false`.