<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src, 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>image-tools: T5923: update system_console.py for new GRUB file structure</title>
<updated>2024-01-17T05:34:02+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-01-12T16:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2afd5e5575a42bee4483e093e9611fa3363c8adc'/>
<id>urn:sha1:2afd5e5575a42bee4483e093e9611fa3363c8adc</id>
<content type='text'>
Add util function to set serial console speed in accordance with revised
GRUB file structure; in keeping with the intentions of the config_mode
script, adjust the GRUB var 'console_speed' to only modify ttyS0.

(cherry picked from commit 5ceaff2ef970cb9c567ac317bafbffca5b073f4a)
</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>Merge pull request #2827 from vyos/mergify/bp/sagitta/pr-2823</title>
<updated>2024-01-15T10:27:00+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-15T10:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=24c6248a25f2d5edaf7dad762e222b139f3b529b'/>
<id>urn:sha1:24c6248a25f2d5edaf7dad762e222b139f3b529b</id>
<content type='text'>
T4856: Fix IPsec DHCP-client exit hook (backport #2823)</content>
</entry>
<entry>
<title>T5901: Add DHCP base_path dir during first boot</title>
<updated>2024-01-15T08:54:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-01-15T00:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b4e0c1b6a35b18d47a8324addbbb99b473f6511a'/>
<id>urn:sha1:b4e0c1b6a35b18d47a8324addbbb99b473f6511a</id>
<content type='text'>
We should create dhclient base_path dir `/run/dhclient` during the
first boot.

It fixes cloud-init boot issues
```
/etc/dhcp/dhclient-exit-hooks.d/03-vyos-dhclient-hook: line 33: /run/dhclient/dhclient_eth0.lease: No such file or directory
```

(cherry picked from commit e613983721c48c13c2e6e73e7c4dbdbaa8e9eacf)
</content>
</entry>
<entry>
<title>T4856: Fix IPsec DHCP-client exit hook</title>
<updated>2024-01-15T08:50:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-01-14T22:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c044a999b487d9e6fae1ac171d4bf20d60d2f33f'/>
<id>urn:sha1:c044a999b487d9e6fae1ac171d4bf20d60d2f33f</id>
<content type='text'>
The script acually does not have the variable `secrets_lines` and
secret lines itself does not have the  marker `# dhcp:{interface}`
in `to_find`

Needs to rewrite this script in the future if it is required

This commit fixes DHCP-client exit hook:
```
dhclient[6800]: NameError: name 'secrets_lines' is not defined
root[6801]: /etc/dhcp/dhclient-exit-hooks.d/99-ipsec-dhclient-hook returned non-zero exit status 1
```

(cherry picked from commit a9cf7246d4450c8b3e1b749b36c3393b0963404b)
</content>
</entry>
<entry>
<title>op-mode: T5944: remove double whitespace in reboot error message</title>
<updated>2024-01-15T05:18:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-15T05:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a4a2f5b844962987cb75087108bae397532d4b6a'/>
<id>urn:sha1:a4a2f5b844962987cb75087108bae397532d4b6a</id>
<content type='text'>
(cherry picked from commit 01b7ae796e870be90d4e448100c5e7551d9767ec)
</content>
</entry>
</feed>
