<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/smoketest/scripts, branch vyos/1.4dev1</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=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-09-28T16:23:15+00:00</updated>
<entry>
<title>mdns: T5615: Allow controlling IP version to use for mDNS repeater</title>
<updated>2023-09-28T16:23:15+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-09-24T04:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8701282fbcb5972c874900105ec6c8ec0a2d4919'/>
<id>urn:sha1:8701282fbcb5972c874900105ec6c8ec0a2d4919</id>
<content type='text'>
This commit adds a new configuration option to the mDNS repeater service
to allow controlling which IP version to use for mDNS repeater.

Additionally, publishing AAAA record over IPv4 and A record over IPv6 is
disabled as suggested.

See:
- https://github.com/lathiat/avahi/issues/117#issuecomment-1651475104
- https://bugzilla.redhat.com/show_bug.cgi?id=669627#c2

(cherry picked from commit e66f7075ee12ae3107d29efaf683442c3535e8b9)
</content>
</entry>
<entry>
<title>Merge pull request #2319 from vyos/mergify/bp/sagitta/pr-2313</title>
<updated>2023-09-28T15:24:26+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-28T15:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5fc286ae5262477ffd35c91044adfad0d6d59bd4'/>
<id>urn:sha1:5fc286ae5262477ffd35c91044adfad0d6d59bd4</id>
<content type='text'>
T5165: Add option protocol for policy local-route (backport #2313)</content>
</entry>
<entry>
<title>firewall: T5614: Add support for matching on conntrack helper</title>
<updated>2023-09-28T15:10:08+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-09-24T12:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=11641f9979d45ae3b519f3220fab68bfd8700be0'/>
<id>urn:sha1:11641f9979d45ae3b519f3220fab68bfd8700be0</id>
<content type='text'>
(cherry picked from commit 81dee963a9ca3224ddbd54767a36efae5851a001)
</content>
</entry>
<entry>
<title>T5165: Add option protocol for policy local-route</title>
<updated>2023-09-28T15:06:56+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-27T14:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8953f97829b1ae583d5b9b2bd47edc8095a8f144'/>
<id>urn:sha1:8953f97829b1ae583d5b9b2bd47edc8095a8f144</id>
<content type='text'>
Add option `protocol` for policy local-route

set policy local-route rule 100 destination '192.0.2.12'
set policy local-route rule 100 protocol 'tcp'
set policy local-route rule 100 set table '100'

(cherry picked from commit 96b8b38a3c17aa08fa964eef9141cf89f1c1d442)
</content>
</entry>
<entry>
<title>ipsec: T5606: Add support for whole CA chains</title>
<updated>2023-09-28T14:45:51+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-09-24T12:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e927f1912be4989e7ad0ccc51235dae271b3472d'/>
<id>urn:sha1:e927f1912be4989e7ad0ccc51235dae271b3472d</id>
<content type='text'>
Also includes an update to smoketest to verify

(cherry picked from commit 1ac230548c86d3308ff5b479b79b0e64b75a0e8a)
</content>
</entry>
<entry>
<title>conf-mode: T5412: move dependency check from smoketest to nosetest</title>
<updated>2023-09-27T17:53:03+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-09-06T18:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0cc75919dbaf2e1ec26885b7fbb7cc91dc7b28fa'/>
<id>urn:sha1:0cc75919dbaf2e1ec26885b7fbb7cc91dc7b28fa</id>
<content type='text'>
(cherry picked from commit 12440ea1af8e60482a6a91c1cb04dcb86d7f4a68)
</content>
</entry>
<entry>
<title>Merge pull request #2291 from vyos/mergify/bp/sagitta/pr-2284</title>
<updated>2023-09-22T04:17:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-22T04:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e0ce69365f46db5339144cb27bff6b3dd5924871'/>
<id>urn:sha1:e0ce69365f46db5339144cb27bff6b3dd5924871</id>
<content type='text'>
bgp: T5596: add new features from FRR 9 (backport #2284)</content>
</entry>
<entry>
<title>T5602: Reverse-proxy add option backup for backend server</title>
<updated>2023-09-21T05:15:49+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-20T07:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=efc1f296826c5b3023e447ea8fe948a1a94056ff'/>
<id>urn:sha1:efc1f296826c5b3023e447ea8fe948a1a94056ff</id>
<content type='text'>
A `backup` server can be defined to take over in the case of all other
backends failing

set load-balancing reverse-proxy backend &lt;tag&gt; server &lt;tag&gt; address '192.0.2.3'
set load-balancing reverse-proxy backend &lt;tag&gt; server &lt;tag&gt; port '8883'
set load-balancing reverse-proxy backend &lt;tag&gt; server &lt;tag&gt; backup

(cherry picked from commit cb297aea56da91144c53be1f396b64a26a8e5b04)
</content>
</entry>
<entry>
<title>bgp: T5596: add new features from FRR 9</title>
<updated>2023-09-19T16:49:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-18T19:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7f08523bb7c59e41f88db10b0892f9103ea09cdd'/>
<id>urn:sha1:7f08523bb7c59e41f88db10b0892f9103ea09cdd</id>
<content type='text'>
* Add BGP Software Version capability (draft-abraitis-bgp-version-capability)
  set protocols bgp neighbor 192.0.2.1 capability software-version

* Add BGP neighbor path-attribute treat-as-withdraw command
  set protocols bgp neighbor 192.0.2.1 path-attribute treat-as-withdraw

(cherry picked from commit d285355716708a46767c18661976906812da8a3c)
</content>
</entry>
<entry>
<title>isis: T5597: add new features from FRR 9</title>
<updated>2023-09-19T16:49:33+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-18T19:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=42b06ec46f3caf95be3550b32531abc58d07fec9'/>
<id>urn:sha1:42b06ec46f3caf95be3550b32531abc58d07fec9</id>
<content type='text'>
* Add support for IS-IS advertise-high-metrics
  set protocols isis advertise-high-metrics

* Add support for IS-IS advertise-passive-only
  set protocols isis advertise-passive-only

(cherry picked from commit f7d35c15256ea74ab32c9b978a5c6fdbd659a7a0)
</content>
</entry>
</feed>
