<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/interfaces/18-to-19, branch T6674-circ-trigger</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=T6674-circ-trigger</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=T6674-circ-trigger'/>
<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>wwan: T3620: reorder mirgation scripts for 1.3 backport</title>
<updated>2021-06-13T11:17:02+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-06-13T11:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7065d0c4fe08b094aaf0970dc12a2045f5b80c86'/>
<id>urn:sha1:7065d0c4fe08b094aaf0970dc12a2045f5b80c86</id>
<content type='text'>
As the new WWAN interface style is backported to VyOS 1.3 we also need to shift
the order of the interface migration scripts. so the same order from VyOS 1.4
also applies to VyOS 1.3.

In short, 21-to-22 is renamed to 18-to-19 and all other migrators are shifted
up one version.
</content>
</entry>
<entry>
<title>ospfv3: T3267: move interface specific options to "protocols ospfv3"</title>
<updated>2021-02-11T19:37:19+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-11T19:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8a39f15242ef0596a7d93001f7d413702f1ad7f5'/>
<id>urn:sha1:8a39f15242ef0596a7d93001f7d413702f1ad7f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ripng: T3281: move interface specific options to "protocols ripng"</title>
<updated>2021-02-11T19:35:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-11T19:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8919e40a3c0b84053e422a8445a5fca829e5990f'/>
<id>urn:sha1:8919e40a3c0b84053e422a8445a5fca829e5990f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rip: T2547: migrate interface specific configuration under protocols rip</title>
<updated>2021-02-07T18:55:37+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-07T18:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fac6d728523aeaf8ab0faf3de7a41f7da3923616'/>
<id>urn:sha1:fac6d728523aeaf8ab0faf3de7a41f7da3923616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrator: ospf: T3267: cleanup empty interface "ip" nodes</title>
<updated>2021-02-04T18:16:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-04T16:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=830688d0c523d6209091ed2fc9160e6ca70e62b9'/>
<id>urn:sha1:830688d0c523d6209091ed2fc9160e6ca70e62b9</id>
<content type='text'>
When per interface OSPF configuration is migrated into "protocols ospf interface"
we should cleanup and empty ip {} node unter the individual interface. This
makes the config look more nicely.
</content>
</entry>
<entry>
<title>ospf: T3267: fix invalid migrator version number</title>
<updated>2021-01-29T14:38:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-29T14:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=49096fd098fc2f2ed9891026da5d6956ad137783'/>
<id>urn:sha1:49096fd098fc2f2ed9891026da5d6956ad137783</id>
<content type='text'>
</content>
</entry>
</feed>
