Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-16 | T5889: Fix migration scripts nat 5-to-6 | Viacheslav Hletenko | |
The current migration drop interface name for NAT where not should ``` nat { source { rule 100 { outbound-interface { name "eth0" ... } } } ``` After migration we lost interface: /home/vyos# /opt/vyatta/etc/config-migrate/migrate/nat/5-to-6 tmp.conf /home/vyos# /home/vyos# cat tmp.conf | grep "nat {" -A 10 nat { source { rule 100 { outbound-interface { interface-name "" ... } } } ``` This commit fixes it. (cherry picked from commit 813237d9766f636394b9ab385bb825fbf83202b3) | |||
2023-10-24 | T5643: nat: add interface-groups to nat. Use same cli structure for ↵ | Nicolas Fort | |
interface-name|interface-group as in firewall. (cherry picked from commit 2f2c3fa22478c7ba2e116486d655e07df878cdf4) |