<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/system, branch equuleus</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=equuleus</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-05-04T19:41:40+00:00</updated>
<entry>
<title>cloud-init: T5190: Added Cloud-init pre-configurator</title>
<updated>2023-05-04T19:41:40+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-05-04T19:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=748199b10df112cba0821703001c0307e325bd90'/>
<id>urn:sha1:748199b10df112cba0821703001c0307e325bd90</id>
<content type='text'>
Added a new service that starts before Cloud-init, waits for all network
interfaces initialization, and if requested by config, checks which interfaces
can get configuration via DHCP server and creates a corresponding Cloud-init
network configuration.

This protects from two situations:

* when Cloud-init tries to get meta-data via eth0 (default and fallback variant
for any data source which depends on network), but the real network is connected
to another interface
* when Cloud-init starts simultaneously with udev and initializes the first
interface to get meta-data before it is renamed to eth0 by udev
</content>
</entry>
<entry>
<title>ssh: T4922: add source-interface support ssh-client</title>
<updated>2023-01-08T07:55:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2023-01-04T18:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c0745d64024a498377dd02f2fc1ef0366473e97c'/>
<id>urn:sha1:c0745d64024a498377dd02f2fc1ef0366473e97c</id>
<content type='text'>
(cherry picked from commit 87cc636bd2baf576a2a5ece7a4f8318eb4f69c2e)
</content>
</entry>
<entry>
<title>templates: convert DOS -&gt; UNIX line endings</title>
<updated>2021-02-14T17:22:40+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-14T17:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d969fd1f4dc0f4f7a0c935272857595e29ff0032'/>
<id>urn:sha1:d969fd1f4dc0f4f7a0c935272857595e29ff0032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh: T2651: add cli options for source address</title>
<updated>2020-08-04T20:33:18+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-04T20:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=846e306700af191d22dc874992bbf5f04d2799c4'/>
<id>urn:sha1:846e306700af191d22dc874992bbf5f04d2799c4</id>
<content type='text'>
When running SSH from the VyOS system the source IP address can be set by:
set system options ssh-client source-address x.x.x.x
</content>
</entry>
<entry>
<title>cleanup: convert multiple files from DOS to UNIX line ending</title>
<updated>2020-08-04T06:34:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-04T06:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4526ceadf4a9a81b51ec394970188daccd69539b'/>
<id>urn:sha1:4526ceadf4a9a81b51ec394970188daccd69539b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http-client: T2651: support specifying source-interface/address for curl</title>
<updated>2020-07-15T18:56:53+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-07-15T18:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=63052b8906871dc314945922e7f27ef24e114a45'/>
<id>urn:sha1:63052b8906871dc314945922e7f27ef24e114a45</id>
<content type='text'>
Please note that either interface or address can be configured.

system {
    options {
        http-client {
            source-interface eth0
            source-address 1.1.1.1
        }
    }
}
</content>
</entry>
</feed>
