<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/ospf, 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>2024-04-04T18:59:01+00:00</updated>
<entry>
<title>ospf: T6089: fix invalid "ospf passive-interface default"</title>
<updated>2024-04-04T18:59:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-04T18:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ef8d9a73335bc685084e3ff97238836e452dfa8c'/>
<id>urn:sha1:ef8d9a73335bc685084e3ff97238836e452dfa8c</id>
<content type='text'>
The option "passive-interface default" was set even if it was not present in
the previous version we are migrating from. Fix migration script to handle this
with a conditional path.
</content>
</entry>
<entry>
<title>ospf: T5936: when migrating passive interfaces set_tag() must be set</title>
<updated>2024-01-15T15:41:33+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-15T15:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=495c3c3cc646c378746dc458f30da72c85f16dba'/>
<id>urn:sha1:495c3c3cc646c378746dc458f30da72c85f16dba</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/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>T5150: migrate CLI configs to new Kernel/Zebra route-map support</title>
<updated>2023-04-13T07:01:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-12T19:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7d642a2862dcd0c7c2f80ac42ea9427970804d06'/>
<id>urn:sha1:7d642a2862dcd0c7c2f80ac42ea9427970804d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ospf: T3753: adjust to CLI options new in FRR 8.0</title>
<updated>2021-11-27T09:32:01+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-27T09:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1c15e9de76f81383a32e60d2af54444dbb0474a1'/>
<id>urn:sha1:1c15e9de76f81383a32e60d2af54444dbb0474a1</id>
<content type='text'>
FRR 7.5

router ospf
 passive-interface default
 no passive-interface eth0.202

Changed int FRR 8 to

interface eth0.202
 no ip ospf passive
!
router ospf
 ospf router-id 172.18.254.202
 log-adjacency-changes detail
 passive-interface default
</content>
</entry>
<entry>
<title>ospfv3: T3753: adjust to CLI options new in FRR 8.0</title>
<updated>2021-11-27T09:32:01+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-27T09:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=09064990b9e3ed0a19c1ca4257b385f92d25af2a'/>
<id>urn:sha1:09064990b9e3ed0a19c1ca4257b385f92d25af2a</id>
<content type='text'>
</content>
</entry>
</feed>
