<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/interfaces/4-to-5, branch 1.4.0</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=1.4.0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0'/>
<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>T5001: Replace links to the phabricator site</title>
<updated>2023-02-12T19:55:16+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-12T19:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2'/>
<id>urn:sha1:bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2</id>
<content type='text'>
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev
</content>
</entry>
<entry>
<title>pppoe: T1318: declutter name-server CLI nodes</title>
<updated>2020-02-23T13:36:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-02-23T11:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2fec7394434f8daace485e97a7287cc8233fa178'/>
<id>urn:sha1:2fec7394434f8daace485e97a7287cc8233fa178</id>
<content type='text'>
Instead of letting the user choose between auto and none where auto is default,
it makes more sesne to just offer an option to disable the default behavior.
</content>
</entry>
<entry>
<title>pppoe: T2055: remove router-advert node in client interface</title>
<updated>2020-02-23T13:36:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-02-23T11:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cf5b8ca0f6de111e792c3243c8e1adc8bdb998c6'/>
<id>urn:sha1:cf5b8ca0f6de111e792c3243c8e1adc8bdb998c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe: T1318: migrate user-id and password nodes under an authentication node</title>
<updated>2020-02-23T13:36:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-02-23T11:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3d0162557f9c2217d4a925e6c893863b1af55e58'/>
<id>urn:sha1:3d0162557f9c2217d4a925e6c893863b1af55e58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe: T1318: rename link to source-interface</title>
<updated>2020-02-23T13:36:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-02-23T11:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=07273632fcf59d04be988f2c43fe53e7bec8d46a'/>
<id>urn:sha1:07273632fcf59d04be988f2c43fe53e7bec8d46a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe: T1318: extend migrator for firewall, qos and ip routing nodes</title>
<updated>2020-02-23T13:36:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-02-22T10:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c0a4166db01f7c9fa64e04eea8bd603c3e1a0922'/>
<id>urn:sha1:c0a4166db01f7c9fa64e04eea8bd603c3e1a0922</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe: T1318: proper delete old interfaces in migrator</title>
<updated>2020-02-23T13:36:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-02-22T08:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4f8e30dec96c906ca32b1ab9b48ff70fc3564a61'/>
<id>urn:sha1:4f8e30dec96c906ca32b1ab9b48ff70fc3564a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe: T1318: fix migrator and add missing link statement</title>
<updated>2020-02-23T13:36:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-02-21T18:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f7d00a91e42d668bb23a63673b4e1b36d8e319ef'/>
<id>urn:sha1:f7d00a91e42d668bb23a63673b4e1b36d8e319ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe: T1318: add first version of new XML/Python implementation</title>
<updated>2020-02-23T13:36:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-11-29T21:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=38f31c805d7c79df7405a7b65d6775a4d762eb90'/>
<id>urn:sha1:38f31c805d7c79df7405a7b65d6775a4d762eb90</id>
<content type='text'>
 vyos@vyos# show interfaces pppoe
    pppoe pppoe0 {
      default-route force
      link eth2.7
      mtu 400
      name-server auto
      password 12345678
      user-id vyos@vyos.io
  }
</content>
</entry>
</feed>
