<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode/interfaces.py, 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-06-29T12:10:10+00:00</updated>
<entry>
<title>ci: T8490: fix typos in comments, strings, and local identifiers</title>
<updated>2026-06-29T12:10:10+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-06-29T07:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=094928ba02bbabf3807ebe8f5ae77b957435d288'/>
<id>urn:sha1:094928ba02bbabf3807ebe8f5ae77b957435d288</id>
<content type='text'>
Reaches a clean typos baseline for the T8490 ruleset pilot. Categories:
- Comments/docs: recursivly, taret, passsed, characted, arhive, AtrributeError;
  "ned" -&gt; "new" (migration comments).
- Messages/strings: writeable -&gt; writable (x5); OCaml log "Commandis" -&gt; "Command is".
- Local variables (all refs in-function): commited, formating, presistent;
  inpt_range -&gt; input_range; tz_datas -&gt; tz_data_raw (avoids the tz_data collision).
- Self-contained renames (definition + all references in-file): formated_stats,
  _get_formatted_output_conections -&gt; ..._connections, expension_failure -&gt;
  expansion_failure (ping + traceroute), snmpd_restart_reqired -&gt; ..._required.

False positives are allowlisted centrally (vyos/.github, separate PR), NOT changed
here: mke2fs, Maya-calendar "Mak", RFC 4122 "IDentifier" (hostapd), and VPP's
"U-Forwrd" bridge-domain column header (op_mode/vpp.py + the VPP smoketest assert
the real upstream `vppctl` output). Verified: typos clean, py_compile of every
edited .py, zero remaining old-identifier references.

🤖 Generated by [robots](https://vyos.io)
</content>
</entry>
<entry>
<title>T8154: make catch_broken_pipe decorator to common vyos.utils.io function</title>
<updated>2026-01-22T16:30:18+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-01-22T16:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=09855a7790d0a5a2eef4cbf6f60f84f2f9f8981e'/>
<id>urn:sha1:09855a7790d0a5a2eef4cbf6f60f84f2f9f8981e</id>
<content type='text'>
This adds the capability to make it re-usable in other code paths.
</content>
</entry>
<entry>
<title>op-mode: T7746: Fix 'show interfaces' description wrapping</title>
<updated>2025-09-16T16:19:30+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2025-09-16T16:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2f188ad3866ad8f8d73f4a8e418783cc420ba482'/>
<id>urn:sha1:2f188ad3866ad8f8d73f4a8e418783cc420ba482</id>
<content type='text'>
- Fixed incorrect wrapping of 'show interfaces' description
</content>
</entry>
<entry>
<title>op-mode: T7764:  Add 'vlan-to-vni statistics' op-mode command</title>
<updated>2025-08-29T15:27:22+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2025-08-29T15:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6403816d96f3675e66471d5c7cc464798d68a4cd'/>
<id>urn:sha1:6403816d96f3675e66471d5c7cc464798d68a4cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7742: Add 'show interfaces kernel statistics' command</title>
<updated>2025-08-26T15:49:38+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2025-08-26T15:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=13a37b831d611233f045984bf29cf8f0cc6db983'/>
<id>urn:sha1:13a37b831d611233f045984bf29cf8f0cc6db983</id>
<content type='text'>
 - Added 'show interfaces kernel statistics' command
 - Added 'show interfaces kernel &lt;interface&gt; statistics' command
</content>
</entry>
<entry>
<title>T7741: Fixes for 'show interfaces kernel'</title>
<updated>2025-08-24T22:27:15+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2025-08-24T22:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5176bb18f499f614e24a119fa360fcde9240cbac'/>
<id>urn:sha1:5176bb18f499f614e24a119fa360fcde9240cbac</id>
<content type='text'>
 - Added dict_set_nested helper to set a value in a nested dictionary
 - Modified get_interface_vrf to accept string or dict as argument
 - Simplified logic using new helper functions
</content>
</entry>
<entry>
<title>Merge branch 'kernel-updates' of https://github.com/l0crian1/vyos-1x into kernel-updates</title>
<updated>2025-08-21T11:34:54+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2025-08-21T11:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9886da9143f5b12e5ef4b10e155639b8c6bfc3be'/>
<id>urn:sha1:9886da9143f5b12e5ef4b10e155639b8c6bfc3be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7741: Fixes for 'show interfaces kernel'</title>
<updated>2025-08-21T11:32:56+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2025-08-21T11:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=71f731abc4587c84dbf13763751f36174b36bdbf'/>
<id>urn:sha1:71f731abc4587c84dbf13763751f36174b36bdbf</id>
<content type='text'>
 - Moved is_interface_has_mac outside of _get_summary_data
 - Updated MAC definition in _format_kernel_data to use is_interface_has_mac
</content>
</entry>
<entry>
<title>Update src/op_mode/interfaces.py</title>
<updated>2025-08-20T22:10:50+00:00</updated>
<author>
<name>l0crian1</name>
<email>143656816+l0crian1@users.noreply.github.com</email>
</author>
<published>2025-08-20T22:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b7d512158153d69ec7ebd90912cd5434a92d7a48'/>
<id>urn:sha1:b7d512158153d69ec7ebd90912cd5434a92d7a48</id>
<content type='text'>
Co-authored-by: Copilot &lt;175728472+Copilot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>op-mode: T7741: Fixes for 'show interfaces kernel'</title>
<updated>2025-08-20T21:05:57+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2025-08-20T21:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e22b051ec9182727e25b44fd8e8193f8da9b7797'/>
<id>urn:sha1:e22b051ec9182727e25b44fd8e8193f8da9b7797</id>
<content type='text'>
Fixes for the following:
 - Tunnel interfaces report an IP address in the field where a MAC is expected
 - Podman created veth interfaces list it's parent network as a VRF instead of the actual VRF.
 - Long descriptions should wrap
 - Non useful interfaces shouldn't be shown.
</content>
</entry>
</feed>
