<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/src/migration-scripts, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2023-09-07T12:48:09+00:00</updated>
<entry>
<title>system: T5555: Fix time-zone migrator changing valid time-zones to UTC</title>
<updated>2023-09-07T12:48:09+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-09-07T12:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=d1edbfd18e71b6ec2c5d705525b4bf9bd93c001b'/>
<id>urn:sha1:d1edbfd18e71b6ec2c5d705525b4bf9bd93c001b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2016 from nicolas-fort/T5160</title>
<updated>2023-08-11T20:14:10+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-11T20:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=482f7e352272b6ec16ba5d1ac7d9d7ea51d10f1d'/>
<id>urn:sha1:482f7e352272b6ec16ba5d1ac7d9d7ea51d10f1d</id>
<content type='text'>
T5160: Firewall refactor</content>
</entry>
<entry>
<title>interface: T5465: adjust-mss: config migration fails if applied to a VLAN or Q-in-Q interface</title>
<updated>2023-08-11T19:24:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-11T19:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=f8b60fff531e4e8cfe1bba99652343b0680f98ad'/>
<id>urn:sha1:f8b60fff531e4e8cfe1bba99652343b0680f98ad</id>
<content type='text'>
When migration from 1.3 to 1.4 and a user hat the following configured:

options {
    interface eth0.10{
        adjust-mss 1452
        adjust-mss6 1432
    }
}

The configuration was wrongly migrated to:

interfaces {
    ethernet eth0.10 {
        ipv6 {
            adjust-mss "1432"
        }
        ip {
            adjust-mss "1452"
        }
    }

Instead of

interfaces {
    ethernet eth0 {
        vif 10 {
            ipv6 {
                adjust-mss "1432"
            }
            ip {
                adjust-mss "1452"
            }
        }
    }
</content>
</entry>
<entry>
<title>T5460: remove config-trap from firewall</title>
<updated>2023-08-11T18:26:53+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-08-11T18:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=4e07fa25f551325fd90b92426e4693107090d346'/>
<id>urn:sha1:4e07fa25f551325fd90b92426e4693107090d346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5160: firewall refactor: move &lt;set firewall ipv6 ipv6-name ...&gt; to &lt;set firewall ipv6 name ...&gt; . Also fix some unexpected behaviour with geoip.</title>
<updated>2023-08-11T14:50:00+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-07-03T19:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=0300bf433d9aaff81fdecf9eeaabba8d06c1999f'/>
<id>urn:sha1:0300bf433d9aaff81fdecf9eeaabba8d06c1999f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5160: firewall refactor: fix firewall template for correct rule parsing that contains fqnd and/or geo-ip in base chains. Fix mig script</title>
<updated>2023-08-11T14:50:00+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-06-02T14:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=dbb069151f372ea521fad2edcd83f2d33631e6c7'/>
<id>urn:sha1:dbb069151f372ea521fad2edcd83f2d33631e6c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5160: firewall refactor: change firewall ip to firewall ipv4</title>
<updated>2023-08-11T14:49:54+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-05-31T15:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=68d14fe80145542ffd08a5f7d5cde6c090a0de07'/>
<id>urn:sha1:68d14fe80145542ffd08a5f7d5cde6c090a0de07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5160: firewall refactor: new cli structure. Add migration script and update smoketest</title>
<updated>2023-08-11T14:40:57+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-05-23T17:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=ac5b9a4630f87a34d367deef690e8a54cc1eabec'/>
<id>urn:sha1:ac5b9a4630f87a34d367deef690e8a54cc1eabec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5195: move helpers from vyos.validate to vyos.utils package</title>
<updated>2023-08-06T18:25:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-06T17:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=d1c4294534dd04f075f89f1bb60736d56fc6c22a'/>
<id>urn:sha1:d1c4294534dd04f075f89f1bb60736d56fc6c22a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2129 from sever-sever/T5427</title>
<updated>2023-08-02T14:54:38+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-02T14:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=34f03461390c85ff5f62481d53fb8e6bc156a208'/>
<id>urn:sha1:34f03461390c85ff5f62481d53fb8e6bc156a208</id>
<content type='text'>
T5427: Fix migration script arguments len expects 2 args</content>
</entry>
</feed>
