diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-18 14:38:03 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-05-18 14:38:03 +0000 |
commit | a9e461edfc645f07ddfdad7b0d6ab9c9548c73a7 (patch) | |
tree | 947659a013bd9ee0178f9db2378f25a0a8a1ff69 /src/validators/ipv4-prefix | |
parent | 9a5897682a6d7fb59e2e90eb50b87dbbe8babaea (diff) | |
download | vyos-1x-a9e461edfc645f07ddfdad7b0d6ab9c9548c73a7.tar.gz vyos-1x-a9e461edfc645f07ddfdad7b0d6ab9c9548c73a7.zip |
T6364: CGNAT drop hard limit that allows only one translation rule
As PoC for CGNAT had a hard limit of using only one translation
rule for one internal pool.
Drop this limit and extend the usage number of the rules.
```
set nat cgnat rule 100 source pool 'int-01'
set nat cgnat rule 100 translation pool 'ext-01'
set nat cgnat rule 120 source pool 'vyos-int-02'
set nat cgnat rule 120 translation pool 'vyos-ext-02'
```
Diffstat (limited to 'src/validators/ipv4-prefix')
0 files changed, 0 insertions, 0 deletions