<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git, branch 1.3.7</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.3.7</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.7'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-05-02T15:09:32+00:00</updated>
<entry>
<title>Merge pull request #3397 from vyos/mergify/bp/equuleus/pr-3386</title>
<updated>2024-05-02T15:09:32+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-05-02T15:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=330379503281506fcfc66fd53b6e67bc2e887bd0'/>
<id>urn:sha1:330379503281506fcfc66fd53b6e67bc2e887bd0</id>
<content type='text'>
T6056: Change static-host-mapping should not restart snmpd (backport #3386)</content>
</entry>
<entry>
<title>Merge pull request #3398 from vyos/mergify/bp/equuleus/pr-3300</title>
<updated>2024-05-02T10:57:28+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-05-02T10:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=087a04327ca37fd6781e21f645b53962b6bf2cc8'/>
<id>urn:sha1:087a04327ca37fd6781e21f645b53962b6bf2cc8</id>
<content type='text'>
T6235: Git update actions-label-merge-conflict version (backport #3300)</content>
</entry>
<entry>
<title>T6235: Git update actions-label-merge-conflict version</title>
<updated>2024-05-02T08:39:58+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-04-12T13:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9a99f1ddf1298772015470beffe41c19d613dd01'/>
<id>urn:sha1:9a99f1ddf1298772015470beffe41c19d613dd01</id>
<content type='text'>
Update `actions-label-merge-conflict` due to `Node.js 16 actions are deprecated.`

(cherry picked from commit 7451133671989e1207299e081cd26d3f526e25f6)
</content>
</entry>
<entry>
<title>T6056: Change static-host-mapping shold not restart snmpd</title>
<updated>2024-05-02T08:30:53+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-05-01T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=637e5faaa0af9b897a8d20c6dbb7ac670842b092'/>
<id>urn:sha1:637e5faaa0af9b897a8d20c6dbb7ac670842b092</id>
<content type='text'>
We have several config XML definitions that use the same python3
script `system_host-name.py`

https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_name-server.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_host-name.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_static-host-mapping.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_domain-name.xml.in
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/system_domain-search.xml.in

Any change in these scripts calls to restart the `service snmpd`
The service `snmpd` should be restarted only if `host-name` or
`domain-name` was changed.

It is a good idea to rewrite it to `get_config_dict` in the future.

(cherry picked from commit 4f1db505791deed533dddf0c2f5bdedd6fba34b8)
</content>
</entry>
<entry>
<title>Merge pull request #3370 from vyos/mergify/bp/equuleus/pr-3066</title>
<updated>2024-04-26T18:54:13+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-26T18:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bc5e7ba65b85a8e25273aad67de3da52af9ea5d2'/>
<id>urn:sha1:bc5e7ba65b85a8e25273aad67de3da52af9ea5d2</id>
<content type='text'>
vyos-hostsd: T4270: resolve only hostname without domain name to 127.0.1.1 (backport #3066)</content>
</entry>
<entry>
<title>vyos-hostsd: T4270: resolve only hostname without domain name to 127.0.1.1</title>
<updated>2024-04-26T18:32:26+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-29T21:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b75e0ba0a297fd64307960f98f30c27a689deab7'/>
<id>urn:sha1:b75e0ba0a297fd64307960f98f30c27a689deab7</id>
<content type='text'>
This is a fix for commit 665ae50729 ("vyos-hostsd: T4270: do not resolve local
router FQDN to 127.0.1.1") as it made calls to sudo super slow due to:
   sudo: unable to resolve host vyos: System error

To avoid the initial issue we only add the hostname without domain name, thus
the FQDN is not resolved by powerdns.

(cherry picked from commit 3712f28025a5bc99e941b5212091a2732b9f6d6c)
</content>
</entry>
<entry>
<title>Merge pull request #3349 from vyos/mergify/bp/equuleus/pr-3347</title>
<updated>2024-04-24T08:17:39+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-04-24T08:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a5f847beab098f6d316f7c925509c7aa9a76e21f'/>
<id>urn:sha1:a5f847beab098f6d316f7c925509c7aa9a76e21f</id>
<content type='text'>
connect_disconnect: T6261: correction to typo in check_ppp_running (backport #3347)</content>
</entry>
<entry>
<title>connect_disconnect: T6261: correction to typo in check_ppp_running function</title>
<updated>2024-04-23T04:14:25+00:00</updated>
<author>
<name>Ginko</name>
<email>152240782+Giggum@users.noreply.github.com</email>
</author>
<published>2024-04-23T01:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6a09890a5ba2c424aa80cac4cc0bdd3386b01fdd'/>
<id>urn:sha1:6a09890a5ba2c424aa80cac4cc0bdd3386b01fdd</id>
<content type='text'>
Connect_disconnect: T6261: correction to typo in check_ppp_running function

Changes include:
1. Replaces "beeing" -&gt; being in print statement for check_ppp_running
2. Replaces "can not" -&gt; cannot in print statement on lines 61 and 93

(cherry picked from commit 19e0d3b74f66e082c3f131b9044e7ca2371b1d85)
</content>
</entry>
<entry>
<title>Merge pull request #3317 from natali-rs1985/T6141-equuleus</title>
<updated>2024-04-16T16:41:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-16T16:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=41663efaba26c5369b70a40d638dfa7f7754701e'/>
<id>urn:sha1:41663efaba26c5369b70a40d638dfa7f7754701e</id>
<content type='text'>
pppoe-server: T6141: T5364: PPPoE-server add pado-delay without sessions fails</content>
</entry>
<entry>
<title>pppoe-server: T6141: T5364: PPPoE-server add pado-delay without sessions fails</title>
<updated>2024-04-16T08:15:56+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-04-16T08:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=82fdbedb79cf1c0a253657dfe7f23dee58c0dd47'/>
<id>urn:sha1:82fdbedb79cf1c0a253657dfe7f23dee58c0dd47</id>
<content type='text'>
</content>
</entry>
</feed>
