<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts, branch 1.4.0-rc3</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=1.4.0-rc3</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.4.0-rc3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-01-17T17:38:11+00:00</updated>
<entry>
<title>T5953: Changed values of 'close-action' to Strongswan values</title>
<updated>2024-01-17T17:38:11+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-01-17T15:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e6713a7e861dbe3ec8af1761f1c0a3d1ad725cac'/>
<id>urn:sha1:e6713a7e861dbe3ec8af1761f1c0a3d1ad725cac</id>
<content type='text'>
Changed the value from 'hold' to 'trap' in the 'close-action'
option in the IKE group.
Changed the value from 'restart' to 'start' in the 'close-action'
option in the IKE group.

(cherry picked from commit 8870fabf1b4358618fca7db459515106653214b5)
</content>
</entry>
<entry>
<title>T4658: Renamed DPD action value from 'hold' to 'trap'</title>
<updated>2024-01-16T15:46:28+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-01-16T14:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3e35719a272956a16171e889e5dc0c8a3b47977e'/>
<id>urn:sha1:3e35719a272956a16171e889e5dc0c8a3b47977e</id>
<content type='text'>
Renamed DPD action value from 'hold' to 'trap'

(cherry picked from commit 9f4aee5778eefa0a17d4795430d50e4a046e88b0)
</content>
</entry>
<entry>
<title>T5889: Fix migration scripts nat 5-to-6</title>
<updated>2024-01-16T14:08:56+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-01-16T12:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=535228d888fedcc239bf4fa1be962fbd74259ca9'/>
<id>urn:sha1:535228d888fedcc239bf4fa1be962fbd74259ca9</id>
<content type='text'>
The current migration drop interface name for NAT where not should
```
nat {
    source {
        rule 100 {
            outbound-interface {
                name "eth0"
        ...
        }
    }
}
```
After migration we lost interface:
/home/vyos# /opt/vyatta/etc/config-migrate/migrate/nat/5-to-6 tmp.conf
/home/vyos#
/home/vyos# cat tmp.conf | grep "nat {" -A 10
nat {
    source {
        rule 100 {
            outbound-interface {
                interface-name ""
         ...
        }
    }
}
```
This commit fixes it.

(cherry picked from commit 813237d9766f636394b9ab385bb825fbf83202b3)
</content>
</entry>
<entry>
<title>bgp: T5937: fix migration script for IPv6 AFI peer-group</title>
<updated>2024-01-16T14:05:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-16T13:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=93dc024fccd1b653428f7fe9a1faa4f8e6ba7248'/>
<id>urn:sha1:93dc024fccd1b653428f7fe9a1faa4f8e6ba7248</id>
<content type='text'>
Migrate "bgp &lt;ASN&gt; neighbor &lt;NEIGH&gt; address-family ipv6-unicast peer-group"
to "bgp neighbor &lt;NEIGH&gt; peer-group"

(cherry picked from commit 9febed1344e93815dc3a94047daa69967c3af160)
</content>
</entry>
<entry>
<title>ospf: T5936: when migrating passive interfaces set_tag() must be set</title>
<updated>2024-01-15T16:20:05+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/marekm72/vyos-1x.git/commit/?id=ff5ae0d811d373b6efb3bbba630cde955471a7ce'/>
<id>urn:sha1:ff5ae0d811d373b6efb3bbba630cde955471a7ce</id>
<content type='text'>
(cherry picked from commit 495c3c3cc646c378746dc458f30da72c85f16dba)
</content>
</entry>
<entry>
<title>firewall: T5814: Retain legacy 'accept' behaviour and re-order migration</title>
<updated>2024-01-11T15:37:25+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2024-01-10T16:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2df93b32000df4bb12e3cc417287fe7a97bda0fc'/>
<id>urn:sha1:2df93b32000df4bb12e3cc417287fe7a97bda0fc</id>
<content type='text'>
Pre-1.4 firewall 'accept' action acted as a 'return'. This change ensures the migrated rules meet the expected behaviour.

This commit also re-orders migrated in/out/local jumps ordered by direction instead of interface.

(cherry picked from commit dc542f109460bca6453d1eeba9fe829aea38bb33)
</content>
</entry>
<entry>
<title>T5688: Changed 'range' to multi in 'client-ip-pool' for accell-ppp</title>
<updated>2024-01-10T19:00:37+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-01-05T14:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b588e0784626ca42bf0da84a766213bda725305e'/>
<id>urn:sha1:b588e0784626ca42bf0da84a766213bda725305e</id>
<content type='text'>
Changed node 'range' to multi in 'client-ip-pool' for accell-ppp
services.
Added completionHelp to default-pool and next-pool.
Fixed verification in vpn l2tp config script.

(cherry picked from commit 4ffec67d04670192d9b722353cbaef04cb0ba129)
</content>
</entry>
<entry>
<title>https: T5902: remove virtual-host configuration</title>
<updated>2024-01-10T07:11:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-06T09:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=34eadcf2f74ae57342997bed77ce64bddd34219b'/>
<id>urn:sha1:34eadcf2f74ae57342997bed77ce64bddd34219b</id>
<content type='text'>
We have not seen the adoption of the https virtual-host CLI option.

What it did?
* Create multiple webservers each listening on a different IP/port
  (but in the same VRF)
* All webservers shared one common document root
* All webservers shared the same SSL certificates
* All webservers could have had individual allow-client configurations
* API could be enabled for a particular virtual-host but was always enabled on
  the default host

This configuration tried to provide a full webserver via the CLI but VyOS is a
router and the Webserver is there for an API or to serve files for a local-ui.

Changes

Remove support for virtual-hosts as it's an incomplete and thus mostly useless
"thing". Migrate all allow-client statements to one top-level allow statement.

(cherry picked from commit d0d3071e99eb65edb888c26ef2fdc9e038438887)
</content>
</entry>
<entry>
<title>https: T5886: migrate https certbot to new "pki certificate" CLI tree</title>
<updated>2024-01-08T20:11:13+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-05T21:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=1b85e7a9442aa71e2137df44747bd184c4a8b6de'/>
<id>urn:sha1:1b85e7a9442aa71e2137df44747bd184c4a8b6de</id>
<content type='text'>
(cherry picked from commit 9ab6665c80c30bf446d94620fc9d85b052d48072)
</content>
</entry>
<entry>
<title>Merge pull request #2719 from c-po/sagitta-backports-accel-ppp</title>
<updated>2024-01-03T17:58:17+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-03T17:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=1cc70ce273cbddb5ea9eb4148808c6c2aaf3d28f'/>
<id>urn:sha1:1cc70ce273cbddb5ea9eb4148808c6c2aaf3d28f</id>
<content type='text'>
Backports for Accel-PPP based serviced T5801, T5842 and T5688</content>
</entry>
</feed>
