diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-16 12:52:26 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-16 12:52:26 +0000 |
commit | 813237d9766f636394b9ab385bb825fbf83202b3 (patch) | |
tree | de236269f6e20abc6a85cf01d104b8e80a16a550 /interface-definitions | |
parent | 9171b2912a6adbe88de4eeacbcc83cea5c941e48 (diff) | |
download | vyos-1x-813237d9766f636394b9ab385bb825fbf83202b3.tar.gz vyos-1x-813237d9766f636394b9ab385bb825fbf83202b3.zip |
T5889: Fix migration scripts nat 5-to-6
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.
Diffstat (limited to 'interface-definitions')
0 files changed, 0 insertions, 0 deletions