<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/dns-forwarding/1-to-2, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-08-02T09:12:23+00:00</updated>
<entry>
<title>T5427: Fix migration script arguments len expects 2 args</title>
<updated>2023-08-02T09:12:23+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-08-02T09:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1923b7b58795f0d9635ae0e8df110f591881bdf'/>
<id>urn:sha1:d1923b7b58795f0d9635ae0e8df110f591881bdf</id>
<content type='text'>
The script's name is always provided as the first argument sys.argv[0]
Expected length for argv is 2 (script itself + config file)

Change: 'if (len(argv) &lt; 1)' to 'if len(argv) &lt; 2'
</content>
</entry>
<entry>
<title>dns-forwarding: T1595: remove unnecessary nesting in migration script 1 -&gt; 2</title>
<updated>2022-01-16T10:16:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-01-16T10:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b8039c9888bdca112f4d23d9ee99726ce6d79707'/>
<id>urn:sha1:b8039c9888bdca112f4d23d9ee99726ce6d79707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T3866: ignore interfaces without "address" in DNS forwarding migration</title>
<updated>2021-09-26T15:11:23+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2021-09-26T15:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cf05add82e5469c9befefd6b52936c6b2fedda88'/>
<id>urn:sha1:cf05add82e5469c9befefd6b52936c6b2fedda88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns-forwarding: T2318: bugfix migration script</title>
<updated>2020-04-18T11:24:54+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T11:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4830651c2b624a163d83da72f4c4414791d4619e'/>
<id>urn:sha1:4830651c2b624a163d83da72f4c4414791d4619e</id>
<content type='text'>
Commit bbea850ea5f ("ifconfig: T2057: remove need for interface-types.json")
called the Interface() class with a wrong input variable, this caused the
following error:

Traceback (most recent call last):
  File "/opt/vyatta/etc/config-migrate/migrate/dns-forwarding/1-to-2", line 64, in &lt;module&gt;
    raise ValueError(f'Invalid interface name {intf}')
ValueError: Invalid interface name eth0 vif 202
</content>
</entry>
<entry>
<title>ifconfig: T2057: remove need for interface-types.json</title>
<updated>2020-03-24T18:36:46+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-03-24T18:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bbea850ea5f8ff0402cd276ab63963ece7e0c763'/>
<id>urn:sha1:bbea850ea5f8ff0402cd276ab63963ece7e0c763</id>
<content type='text'>
</content>
</entry>
<entry>
<title>powerdns: T1595: add config migrator to remove 'listen-on'</title>
<updated>2019-08-20T09:56:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-20T09:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3f225b56f576d30bd163f975c821e8baf2be6d28'/>
<id>urn:sha1:3f225b56f576d30bd163f975c821e8baf2be6d28</id>
<content type='text'>
</content>
</entry>
</feed>
