HomeVyOS Platform

T5889: Fix migration scripts nat 5-to-6

This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

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.

(cherry picked from commit 813237d9766f636394b9ab385bb825fbf83202b3)

Details

Provenance
ViacheslavAuthored on Jan 16 2024, 12:52 PM
MergifyCommitted on Jan 16 2024, 2:08 PM
Parents
rVYOSONEXd6a33db00d11: Merge pull request #2831 from vyos/mergify/bp/sagitta/pr-2201
Branches
Loading...
Tags
Loading...

Event Timeline

Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX535228d888fe: T5889: Fix migration scripts nat 5-to-6 (authored by Viacheslav).Jan 16 2024, 2:08 PM