<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/system/20-to-21, branch circinus</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=circinus</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=circinus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-09-11T16:53:48+00:00</updated>
<entry>
<title>migration: T6007: convert all migration scripts to load as module</title>
<updated>2024-09-11T16:53:48+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-06-20T01:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b5db9395ed576ef97b1692ca66c00900c532d6a1'/>
<id>urn:sha1:b5db9395ed576ef97b1692ca66c00900c532d6a1</id>
<content type='text'>
(cherry picked from commit 26740a8d583f64dc0a27b59dd4ae303056972c0b)
</content>
</entry>
<entry>
<title>T6199: remove unused Python imports from migration scripts</title>
<updated>2024-04-06T08:46:30+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-06T08:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=489e6fababa60d9c0fbfdb421305cbe563432499'/>
<id>urn:sha1:489e6fababa60d9c0fbfdb421305cbe563432499</id>
<content type='text'>
</content>
</entry>
<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/marekm72/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>name-server: T3804: merge "system name-servers-dhcp" into "system name-server"</title>
<updated>2021-09-05T16:04:01+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-05T15:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f7b1017559f4a511b116a5acd4705a15caf97865'/>
<id>urn:sha1:f7b1017559f4a511b116a5acd4705a15caf97865</id>
<content type='text'>
We have "set system name-server &lt;ipv4|ipv6&gt;" to specify a name-server IP
address we wan't to use. We also have "set system name-servers-dhcp &lt;interface&gt;"
which does the same, but the name-server in question is retrieved via DHCP.

Both CLI nodes are combined under "set system name-server &lt;ipv4|ipv6|interface&gt;"
to keep things as they are in real life - we need a name-server.

(cherry picked from commit 2ecf7a9f9cbe9359457bd23b4a0c45f3763123c7)
</content>
</entry>
<entry>
<title>system: T3804: rename migration script 20-to-21 -&gt; 21-to-22</title>
<updated>2021-09-05T16:03:11+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-05T16:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e48d9fbd35619cd4c06b1eb5aa66eb5889e3f0c0'/>
<id>urn:sha1:e48d9fbd35619cd4c06b1eb5aa66eb5889e3f0c0</id>
<content type='text'>
VyOS 1.3 equuleus now uses version 21 so we have to bump this by one.
</content>
</entry>
<entry>
<title>sysctl: T3565: initial implementation in XML and Python</title>
<updated>2021-05-20T18:22:37+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-05-20T18:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2cd0f2aad01e57fe052622c7062d472e8cda3bcc'/>
<id>urn:sha1:2cd0f2aad01e57fe052622c7062d472e8cda3bcc</id>
<content type='text'>
migrate from old vyatta-cfg-system / Perl implementation.
</content>
</entry>
</feed>
