<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/etc, branch 1.3.8</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.8</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.8'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-04-04T19:24:54+00:00</updated>
<entry>
<title>dhcpv6-client: T2590: fix vyos-hostsd update for nameserver and search domains</title>
<updated>2024-04-04T19:24:54+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-01T12:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=acb01526bedfb0aa96aa59cad5dec092769bd676'/>
<id>urn:sha1:acb01526bedfb0aa96aa59cad5dec092769bd676</id>
<content type='text'>
After migrating from ISC DHCLIENT for IPv6 to wide-dhcp-client the logic which
was present to update /etc/resolv.conf with the DHCP specified nameservers and
also the search domain list was no longer present.

This commit adds a per interface rendered script to inform vyos-hostsd about
the received IPv6 nameservers and search domains.

(cherry picked from commit ece425f0191762638b7c967097accd8739e9103d)
</content>
</entry>
<entry>
<title>router-advert: T5240: verify() that no more then 3 IPv6 name-servers configured</title>
<updated>2023-05-28T13:35:30+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-28T13:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2e841f7595deae6251e090c46d2bd70b22b9193f'/>
<id>urn:sha1:2e841f7595deae6251e090c46d2bd70b22b9193f</id>
<content type='text'>
This is a radvd limitation.

(cherry picked from commit 8ef017a3496467433c311af63116af7657c58037)
</content>
</entry>
<entry>
<title>T5001: Replace links to the phabricator site</title>
<updated>2023-02-12T20:00:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-12T20:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee'/>
<id>urn:sha1:b6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee</id>
<content type='text'>
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev

(cherry-picked form commit bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2)
</content>
</entry>
<entry>
<title>T4975: always sync() filesystem after commit</title>
<updated>2023-02-04T12:26:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-04T12:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ae9dde044f0a60c9034874b2912729ed694f5375'/>
<id>urn:sha1:ae9dde044f0a60c9034874b2912729ed694f5375</id>
<content type='text'>
(cherry picked from commit 29a44a73c638cb22839aa32986de367231b6efe9)
</content>
</entry>
<entry>
<title>backport: T4815: Fix various name server config issues</title>
<updated>2022-11-15T05:56:56+00:00</updated>
<author>
<name>Yuxiang Zhu</name>
<email>vfreex@gmail.com</email>
</author>
<published>2022-11-14T02:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ff901a52bb9acd4bdd0e3a96033c896e4667a6af'/>
<id>urn:sha1:ff901a52bb9acd4bdd0e3a96033c896e4667a6af</id>
<content type='text'>
This is a backport of https://github.com/vyos/vyos-1x/pull/1656.

Note I also changed `ip-down.script.tmpl` to not wait for `systemctl
stop dhcp6c@$iface.service`, because that command is slow and pppd will
kill the ip-down script if it times out.

I didn't see `ip-down.script.tmpl` or its equivalent in the 1.4 branch.
Not sure if there is another mechanism to handle that functionality or
it is missed.
</content>
</entry>
<entry>
<title>ethernet: T4538: fix wrong systemd unit used for EAPoL</title>
<updated>2022-08-19T18:04:00+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-19T16:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=33db81f8055fa471d3b0b6cdf78c2a057c11a0fc'/>
<id>urn:sha1:33db81f8055fa471d3b0b6cdf78c2a057c11a0fc</id>
<content type='text'>
When MACsec was bound to an ethernet interface and the underlaying
source-interface got changed (even description only) this terminated the
MACsec session running on top of it.

The root cause is when EAPoL was implemented in commit d59354e52a8a7f we
re-used the same systemd unit which is responsible for MACsec. That indeed lead
to the fact that wpa_supplicant was always stopped when anything happened on
the underlaying source-interface that was not related to EAPoL.

(cherry picked from commit f92a23ef9ab8be59681e5b7ba627e399d89bce53)
</content>
</entry>
<entry>
<title>T4405: Fix administrative distance of DHCP routes</title>
<updated>2022-05-05T05:41:45+00:00</updated>
<author>
<name>Dmitri Toubelis</name>
<email>dtoubelis@users.noreply.github.com</email>
</author>
<published>2022-05-05T05:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0c00e7bf8b6e68814607fde4ff0cd70ce9f4b486'/>
<id>urn:sha1:0c00e7bf8b6e68814607fde4ff0cd70ce9f4b486</id>
<content type='text'>
- Default dhclient script only uses value of `$IF_MERIC` envvar for default route recived via `router` option.
- This variable has no effect on rotes received via `rfc3442-classless-static-routes` option
- Considering that Vyos overrrides `ip` command originating from `dhclient` this can be easily fixed in `iptovtysh()` function by using the `$IF_METRIC` envvar directly in the dhclient hook.</content>
</entry>
<entry>
<title>wwan: T4324: cronjob is setup via interfaces-wwan.py - drop dedicated cron file</title>
<updated>2022-04-03T07:19:18+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-02T12:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7091d0b54f21caf85ea86d2542d9bec4b5fd1afb'/>
<id>urn:sha1:7091d0b54f21caf85ea86d2542d9bec4b5fd1afb</id>
<content type='text'>
(cherry picked from commit 5faeacd1111a83e5859b98ccc4193cb6017cdba8)
</content>
</entry>
<entry>
<title>Revert "openvpn: T4230: globally enable ip_nonlocal_bind"</title>
<updated>2022-03-28T07:46:52+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-03-28T07:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2a511dfaf8fcc633baf254a45224ff612d0d1202'/>
<id>urn:sha1:2a511dfaf8fcc633baf254a45224ff612d0d1202</id>
<content type='text'>
This reverts commit 382d5aa16d81b745e522a14122b429750ee64789.
</content>
</entry>
<entry>
<title>openvpn: T4230: globally enable ip_nonlocal_bind</title>
<updated>2022-03-24T17:37:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-02-17T19:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=382d5aa16d81b745e522a14122b429750ee64789'/>
<id>urn:sha1:382d5aa16d81b745e522a14122b429750ee64789</id>
<content type='text'>
(cherry picked from commit 1cbcbf40b7721849f9696c05fac65db010a66b7c)
</content>
</entry>
</feed>
