<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions/show-ip-route.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>2025-11-08T17:38:11+00:00</updated>
<entry>
<title>op-mode: T7998: remove commands for viewing route cache</title>
<updated>2025-11-08T17:38:11+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-11-08T17:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=769f2a23f4a1cda3274fc0a48e2c960628b945dc'/>
<id>urn:sha1:769f2a23f4a1cda3274fc0a48e2c960628b945dc</id>
<content type='text'>
since route cache does not exist in modern Linux versions
</content>
</entry>
<entry>
<title>op-mode: T7560: add support for virtual tag nodes</title>
<updated>2025-06-25T16:35:01+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-06-25T16:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=edc64e7fb63757a3779df12945ecefca9c462952'/>
<id>urn:sha1:edc64e7fb63757a3779df12945ecefca9c462952</id>
<content type='text'>
for cases when commands need both fixed and variable arguments
</content>
</entry>
<entry>
<title>openfabric: T6652: Add support for OpenFabric protocol</title>
<updated>2024-09-04T10:49:13+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-08-27T10:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c9c37a56cdee45dfa7d4b2e677e88a19afde8ac7'/>
<id>urn:sha1:c9c37a56cdee45dfa7d4b2e677e88a19afde8ac7</id>
<content type='text'>
OpenFabric is a routing protocol providing link-state routing with efficient flooding for topologies like spine-leaf networks.
FRR implements OpenFabric in a daemon called fabricd
</content>
</entry>
<entry>
<title>opmode: T4837: support ip route display for specific prefixes inside VRF</title>
<updated>2023-03-16T20:16:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-16T20:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=689d6f077708bb011f00c703dbed75e5d0893418'/>
<id>urn:sha1:689d6f077708bb011f00c703dbed75e5d0893418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opmode: T4837: add VRF option for route summary</title>
<updated>2023-01-16T16:23:05+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-01-16T16:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=45d0193ad16f69f64685576ba8190a5b1c35ce04'/>
<id>urn:sha1:45d0193ad16f69f64685576ba8190a5b1c35ce04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opmode: T4837: add family and table arguments for ShowRoute</title>
<updated>2023-01-12T20:03:45+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-01-12T13:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=65fa4e55074652ec65b21eff457faa8f4adc9a1a'/>
<id>urn:sha1:65fa4e55074652ec65b21eff457faa8f4adc9a1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: xml: refactor "show ip(v6) route" to use #include building blocks</title>
<updated>2021-12-13T20:08:15+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-13T20:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3f2173873e0519ea253759e7e119b2bcaea596bb'/>
<id>urn:sha1:3f2173873e0519ea253759e7e119b2bcaea596bb</id>
<content type='text'>
This change then adds supper to filter for given route types under a VRF
instance. You will have "show ip route bgp" in the global VRF and "show ip route
vrf red bgp" in the red VRF. Same commands apply to IPv6 routes.
</content>
</entry>
<entry>
<title>xml: op-mode: improve help for "show ip route vrf"</title>
<updated>2021-11-18T16:59:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-18T16:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b6745f513c7184476c9417e7d8a242303437edb5'/>
<id>urn:sha1:b6745f513c7184476c9417e7d8a242303437edb5</id>
<content type='text'>
(cherry picked from commit 24d9a9261fca4a37085088761079cce9b5157c34)
</content>
</entry>
<entry>
<title>op-mode: T3536: Fix desc for route longer-prefixes</title>
<updated>2021-05-13T09:05:41+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-05-12T10:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0fb658509aea643693008cbbcd717121c8c5761a'/>
<id>urn:sha1:0fb658509aea643693008cbbcd717121c8c5761a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: op-mode: remove absolute path from vtysh</title>
<updated>2021-02-09T21:22:21+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-09T21:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=46b749388e0198f0cb3eb5eca1bd1d6e940b2702'/>
<id>urn:sha1:46b749388e0198f0cb3eb5eca1bd1d6e940b2702</id>
<content type='text'>
</content>
</entry>
</feed>
