<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/protocols-mpls.xml.in, branch 1.4.0</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.4.0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-01-01T08:25:32+00:00</updated>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2024-01-01T08:25:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c9eaafd9f808aba8d29be73054e11d37577e539a'/>
<id>urn:sha1:c9eaafd9f808aba8d29be73054e11d37577e539a</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in

(cherry picked from commit 4ef110fd2c501b718344c72d495ad7e16d2bd465)
</content>
</entry>
<entry>
<title>mpls: T5346: Set priority 490 for MPLS config after all interfaces</title>
<updated>2023-07-09T22:48:42+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2023-07-08T05:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=683613a875cb452869425b9924be3ce39cda0f3d'/>
<id>urn:sha1:683613a875cb452869425b9924be3ce39cda0f3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mpls: T4489: Set priority 400 for MPLS after tunnel</title>
<updated>2022-06-28T08:09:18+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-06-28T08:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3ecb30264a3b108ab2f0d8165fa4a197c52cceb6'/>
<id>urn:sha1:3ecb30264a3b108ab2f0d8165fa4a197c52cceb6</id>
<content type='text'>
Fix worng behavior with priority with using tunnel interfaces
MPLS configuration must be applied after tunnel interfaces
as we use an addition sysctl option 'net.mpls.conf.tun0.input = 1'
which doesn't exist without tunnel interface

Change priority:
    299 protocols/mpls
    380 interfaces/tunnel
To:
    380 interfaces/tunnel
    400 protocols/mpls
</content>
</entry>
<entry>
<title>xml: provide and use common interface-name building blocks</title>
<updated>2021-11-07T15:48:00+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-07T15:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=56a966f94b5c5bbe7f57b80316f3ba389534ad5f'/>
<id>urn:sha1:56a966f94b5c5bbe7f57b80316f3ba389534ad5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: routing: use common router-id include file</title>
<updated>2021-05-06T17:46:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-05-06T17:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ffd1da431ef5b6f2218966c762c65382ff00f188'/>
<id>urn:sha1:ffd1da431ef5b6f2218966c762c65382ff00f188</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: fix valueHelp format strings</title>
<updated>2020-12-27T12:00:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-27T12:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=19161b72ea9d06327e75360e121753b5f9a754c8'/>
<id>urn:sha1:19161b72ea9d06327e75360e121753b5f9a754c8</id>
<content type='text'>
A pre-defined list of common format strings to be used inside the &lt;format&gt; node
of &lt;valueHelp&gt; is available from [1]. Adjust all currently in use &lt;format&gt; nodes
to re-use the predefined strings over writing them on their own by even
encapsulating the &lt;&gt; signs as &amp;lt; and &amp;gt;.

[1]: https://github.com/vyos/vyatta-cfg/blob/5aec1a0429f2f/etc/bash_completion.d/vyatta-cfg#L515-L566
</content>
</entry>
<entry>
<title>mpls: T915: Add ordered control for LDP</title>
<updated>2020-12-22T18:11:00+00:00</updated>
<author>
<name>Cheeze_It</name>
<email>none@none.com</email>
</author>
<published>2020-12-22T18:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8a51d7d8927ea65d34e65633f7f5052b2c9f9bf0'/>
<id>urn:sha1:8a51d7d8927ea65d34e65633f7f5052b2c9f9bf0</id>
<content type='text'>
In here we are adding the latest FRR update to
allow for LDP label distribution to operate in
ordered control mode.
</content>
</entry>
<entry>
<title>mpls: T915: Add a bunch of op commands to LDP</title>
<updated>2020-12-19T03:27:10+00:00</updated>
<author>
<name>Cheeze_It</name>
<email>none@none.com</email>
</author>
<published>2020-12-19T03:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6451fe281f4b28b9f2dc504c954e0fd72e34a5a0'/>
<id>urn:sha1:6451fe281f4b28b9f2dc504c954e0fd72e34a5a0</id>
<content type='text'>
In here we are adding a lot more commands that
can be used within LDP. There's also some help
and contextual changes for initialism that are
being removed.
</content>
</entry>
<entry>
<title>mpls: T915: Fix spelling error on IPv6 import filter</title>
<updated>2020-12-12T07:38:33+00:00</updated>
<author>
<name>Cheeze-It</name>
<email>16260577+Cheeze-It@users.noreply.github.com</email>
</author>
<published>2020-12-12T07:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6b980e1ea02ae2b49195d3e2abef26e07481da3f'/>
<id>urn:sha1:6b980e1ea02ae2b49195d3e2abef26e07481da3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mpls-conf: T915: Add LDP import and export control</title>
<updated>2020-12-09T03:00:40+00:00</updated>
<author>
<name>Cheeze_It</name>
<email>none@none.com</email>
</author>
<published>2020-12-09T03:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f0543d5d28d500409b2d35abefd8df5d2c2504a6'/>
<id>urn:sha1:f0543d5d28d500409b2d35abefd8df5d2c2504a6</id>
<content type='text'>
In this commit we added the ability to control import and export
of LDP FECs. This allows for an operator to specify which to
filter on ingress, and which to not announce on egress.
</content>
</entry>
</feed>
