<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions/show-ip.xml.in, branch feature/T9082-codeql-cpp</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=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-02-17T20:44:17+00:00</updated>
<entry>
<title>op-mode: T5581: add "show ipv6 nht" command</title>
<updated>2024-02-17T20:44:17+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-17T20:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e144e55d6360a92279167198928cbe24efd97f08'/>
<id>urn:sha1:e144e55d6360a92279167198928cbe24efd97f08</id>
<content type='text'>
This improves the implementation to support both IPv4 and IPv6
</content>
</entry>
<entry>
<title>op-mode: T5581: add "show ip nht" command (IPv4 nexthop tracking table)</title>
<updated>2023-09-13T16:56:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-13T16:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=138e60831842ea9366655fde7acf929d8c9f645b'/>
<id>urn:sha1:138e60831842ea9366655fde7acf929d8c9f645b</id>
<content type='text'>
vyos@vyos:~$ show ip nht
172.18.254.202
 resolved via ospf
 via 172.18.201.254, eth0.201 (vrf default), weight 1
 Client list: bgp(fd 28)
</content>
</entry>
<entry>
<title>op-mode: T4952: use list_interfaces from vyos-utils</title>
<updated>2023-02-27T17:21:51+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-02-27T17:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a483281e5fd9db394c0dce3359d91599ba55adf8'/>
<id>urn:sha1:a483281e5fd9db394c0dce3359d91599ba55adf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T4952: improve interface completion helper CLI experience</title>
<updated>2023-01-23T16:46:14+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-01-23T16:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=36adc975316b8511c53c813b7542196e3d2779a8'/>
<id>urn:sha1:36adc975316b8511c53c813b7542196e3d2779a8</id>
<content type='text'>
There are currently two ways to generate the interface name completion helper
list (we use openvpn in this example)

- &lt;script&gt; ${vyos_completion_dir}/list_interfaces.py --type openvpn&lt;/script&gt;
- &lt;path&gt;interfaces openvpn&lt;/path&gt;

The first one using &lt;script&gt; tends to be rather slow as there is a Python
interpreter startup involved (expensive). The latter simply calls a C program
which is executed rather fast and gives the same result.

We can simply replace the first call with the second one to make the CLI
feel faster.
</content>
</entry>
<entry>
<title>T2719: fix commands in the op mode definitions</title>
<updated>2022-06-14T18:28:08+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-06-14T18:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a55a47c6417e8b785396e950e616ce162731fbf1'/>
<id>urn:sha1:a55a47c6417e8b785396e950e616ce162731fbf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T2719: prototype of an op mode command runner</title>
<updated>2022-06-09T13:16:53+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-06-09T13:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=812a4fc3f3063741da0fa01cbbbf17dead66a664'/>
<id>urn:sha1:812a4fc3f3063741da0fa01cbbbf17dead66a664</id>
<content type='text'>
based on type hints and introspection
</content>
</entry>
<entry>
<title>T4446: use a unified neighbor display script</title>
<updated>2022-06-02T13:20:37+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-06-02T13:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=67b342a2c59035a5282f92e3b3d77f698dc8887c'/>
<id>urn:sha1:67b342a2c59035a5282f92e3b3d77f698dc8887c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: ip: T3283: Format Neigh tables</title>
<updated>2021-02-04T13:24:27+00:00</updated>
<author>
<name>jack9603301</name>
<email>jack9603301@163.com</email>
</author>
<published>2021-02-04T07:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=884b280fa021f7c9c50dbf3585f0714ab9fc0181'/>
<id>urn:sha1:884b280fa021f7c9c50dbf3585f0714ab9fc0181</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: ip: T3283: Support for IPv4 neigh tables</title>
<updated>2021-02-04T07:18:01+00:00</updated>
<author>
<name>jack9603301</name>
<email>jack9603301@163.com</email>
</author>
<published>2021-02-03T14:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6735125bce20042d316ad21acf273f38d6a9deb5'/>
<id>urn:sha1:6735125bce20042d316ad21acf273f38d6a9deb5</id>
<content type='text'>
</content>
</entry>
</feed>
