<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/xml-component-version.xml.in, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-01-08T17:31:26+00:00</updated>
<entry>
<title>xml: T7029: allow wildcard in include directive</title>
<updated>2025-01-08T17:31:26+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-01-08T17:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7dfaf94349c18fd65cced3abaf38393c548492a0'/>
<id>urn:sha1:7dfaf94349c18fd65cced3abaf38393c548492a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse-proxy: T6409: Remove unused backend parameters</title>
<updated>2024-05-27T20:48:50+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-05-27T20:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fb6602f431f5595b97ea3726467ec782fa50ceb8'/>
<id>urn:sha1:fb6602f431f5595b97ea3726467ec782fa50ceb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>igmp: T5736: migrate "protocols igmp" to "protocols pim"</title>
<updated>2023-11-13T21:19:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-13T11:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bc83fb097719f5c4c803808572f690fbc367b9e5'/>
<id>urn:sha1:bc83fb097719f5c4c803808572f690fbc367b9e5</id>
<content type='text'>
IGMP and PIM are two different but related things.

FRR has both combined in pimd. As we use get_config_dict() and FRR reload it
is better to have both centrally stored under the same CLI node (as FRR does,
too) to just "fire and forget" the commit to the daemon.

"set protocols igmp interface eth1" -&gt; "set protocols pim interface eth1 igmp"
</content>
</entry>
<entry>
<title>openvpn: T5634: Remove support for insecure DES and Blowfish ciphers</title>
<updated>2023-10-12T00:30:25+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-10-09T16:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=941c5adfaca2c7e3318b2ba0e7f36c37acaa53c1'/>
<id>urn:sha1:941c5adfaca2c7e3318b2ba0e7f36c37acaa53c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: T5144: Apply migration for dynamic dns path update</title>
<updated>2023-06-04T05:21:12+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-05-12T00:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=79040279b0400cd819c165e5ed38c24bf3c387e3'/>
<id>urn:sha1:79040279b0400cd819c165e5ed38c24bf3c387e3</id>
<content type='text'>
Create migration and bump package version from 0 -&gt; 1 for dynamic dns
</content>
</entry>
<entry>
<title>T5150: migrate CLI configs to new Kernel/Zebra route-map support</title>
<updated>2023-04-13T07:01:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-12T19:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7d642a2862dcd0c7c2f80ac42ea9427970804d06'/>
<id>urn:sha1:7d642a2862dcd0c7c2f80ac42ea9427970804d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>container: T4870: bump package version 0 -&gt; 1 for filesystem change</title>
<updated>2022-12-23T19:01:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-12-23T17:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=60c80df479c0798b8832b58b668d31fa6bfeeab8'/>
<id>urn:sha1:60c80df479c0798b8832b58b668d31fa6bfeeab8</id>
<content type='text'>
move from vfs to overlay driver

The following pre iage upgrade script must be executed to have containers after
the reboot:

for pod in $(cli-shell-api listActiveNodes container name); do
    systemctl stop vyos-container-${pod//\'}.service
done

sed -i 's/vfs/overlay/g' /etc/containers/storage.conf /usr/share/vyos/templates/container/storage.conf.j2
rm -rf /usr/lib/live/mount/persistence/container/storage/libpod

for pod in $(cli-shell-api listActiveNodes container name); do
    image=$(cli-shell-api returnActiveValue container name ${pod//\'} image)
    podman image pull $image
    systemctl start vyos-container-${pod//\'}.service
done

for dir in vfs vfs-containers vfs-images vfs-layers; do
    rm -rf /usr/lib/live/mount/persistence/container/storage/$dir
done
</content>
</entry>
<entry>
<title>ids: T4557: Update xml-component-version</title>
<updated>2022-09-28T15:07:00+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-09-28T15:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=51d75a533eda19f79253fd74e1225d4d0a3e31fe'/>
<id>urn:sha1:51d75a533eda19f79253fd74e1225d4d0a3e31fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>monitoring: T4411: add monitoring-version.xml.i to component-versions</title>
<updated>2022-07-15T14:43:17+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2022-07-15T14:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c1fcacf1423469e0ba468aaf8f946a209ab5e776'/>
<id>urn:sha1:c1fcacf1423469e0ba468aaf8f946a209ab5e776</id>
<content type='text'>
When adding a new component version file, one must also include the file
in xml-component-version.xml.in
</content>
</entry>
<entry>
<title>xml: T3474: add component version include files</title>
<updated>2022-02-16T22:26:25+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2022-02-16T17:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3795fdba8edf8e81298370d6cd8d81a779ae2997'/>
<id>urn:sha1:3795fdba8edf8e81298370d6cd8d81a779ae2997</id>
<content type='text'>
Add the include files containing the syntaxVersion element defining the
version of the respective component; these files are included by the top
level file 'xml-component-versions.xml.in'. Processing of these elements
was previously added to the python xml lib in commit 40f5359d. This will
replace the use of 'curver_DATA' in vyatta-cfg-system and other legacy
packages.
</content>
</entry>
</feed>
