<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/service_lldp.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>2026-04-27T08:39:46+00:00</updated>
<entry>
<title>T8587: fix XML data type from u32 to u64 where range exceeds uint32 max</title>
<updated>2026-04-27T08:39:46+00:00</updated>
<author>
<name>Yahya Civelek</name>
<email>yahyacivelek@ulakhaberlesme.com.tr</email>
</author>
<published>2026-04-27T08:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d58ca8f6d837d7f832e51abcc29440de0f653bde'/>
<id>urn:sha1:d58ca8f6d837d7f832e51abcc29440de0f653bde</id>
<content type='text'>
The following nodes specified u32 but their range values exceed the
uint32 maximum (4,294,967,295):

- service lldp interface location coordinate-based elin:
  u32:0-9999999999 -&gt; u64:0-9999999999
- vpn ipsec esp-group life-bytes:
  u32:1024-26843545600000 -&gt; u64:1024-26843545600000
- vpn ipsec esp-group life-packets:
  u32:1000-26843545600000 -&gt; u64:1000-26843545600000
</content>
</entry>
<entry>
<title>lldp: T7165: add support to enable only rx or tx on specific interface</title>
<updated>2025-02-24T19:54:25+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-24T19:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=216e80b61881a13c502f44c5d32fd7603b6ffe60'/>
<id>urn:sha1:216e80b61881a13c502f44c5d32fd7603b6ffe60</id>
<content type='text'>
LLDP is a stateless protocol which does not necessitate sending to receive
advertisements. There are multiple scenarios such as provider peering links in
which it is advantageous to receive LLDP but not disclose internal information
to the provider.

Add new CLI command:
* set service lldp interface &lt;name&gt; mode [disable|rx-tx|rx|tx]

The default is unchanged and will be rx-tx.

Furthermore if an interface has an explicit LLDP disable configured under
"set service lldp interface &lt;name&gt; disable" this will be migrated to
"set service lldp interface &lt;name&gt; mode disable"
</content>
</entry>
<entry>
<title>lldp: T6727: add missing input validation for interface names</title>
<updated>2024-09-21T06:51:18+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-20T20:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=82ba669c2632ae554528b13efd6489ced3e39964'/>
<id>urn:sha1:82ba669c2632ae554528b13efd6489ced3e39964</id>
<content type='text'>
There is no input CLI validation on the interface name passed to the LLDP
service.
</content>
</entry>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+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=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</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
</content>
</entry>
</feed>
