<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions/include, 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-28T10:19:24+00:00</updated>
<entry>
<title>op-mode: T8305: Fix completion for "show isis neighbor &lt;system-id&gt;" command</title>
<updated>2026-04-28T10:19:24+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-04-23T11:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0ea58ccad9eccb5fa34da146cfd2ed9f9844e02f'/>
<id>urn:sha1:0ea58ccad9eccb5fa34da146cfd2ed9f9844e02f</id>
<content type='text'>
Problem: The completion helper for `show isis neighbor` showed `system-id` as a literal keyword suggestion,
leading users to type exactly `system-id` instead of an actual neighbor name. Doing so returned
`Invalid system id system-id`. In reality, FRR accepts any real system-id (e.g. vyos01)
and returns correct per-neighbor details — the issue was purely in the completion hint misguiding the user.
Fix: Replaced the static `system-id` placeholder in the completion helper with a dynamic script that queries
`vtysh -c "show isis hostname"` and offers real neighbor names as tab-completion suggestions.
</content>
</entry>
<entry>
<title>config-sync: T7784: Add command to diff configuration with secondary node</title>
<updated>2026-04-01T08:30:15+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2026-03-24T13:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=54fc0e1199625c8b6223e5d034bf895cfbf57c77'/>
<id>urn:sha1:54fc0e1199625c8b6223e5d034bf895cfbf57c77</id>
<content type='text'>
Add a new operational command to compare configuration between
nodes participating in config synchronization.

New command:
  - `show configuration secondary sync [commands] [running|candidate|saved] [config-node-path]`.

This allows operators to view configuration differences across secondary peer
before applying or syncing changes.

Supports:
  - displaying using raw diff and 'commands' format;
  - optional section filtering (subtree comparison);
  - selectable config source (running, candidate, saved).
</content>
</entry>
<entry>
<title>isis: T6978: add IS-IS SRv6 node-msd configuration</title>
<updated>2026-03-04T15:40:52+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2024-12-14T23:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f831da31dd0c02238a8e045087e1ab53173cb05f'/>
<id>urn:sha1:f831da31dd0c02238a8e045087e1ab53173cb05f</id>
<content type='text'>
Co-Authored-by: Christian Breunig &lt;christian@breunig.cc&gt;
</content>
</entry>
<entry>
<title>op-mode: T8096: fix command names that contain capital letters</title>
<updated>2025-12-12T14:14:30+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-12-12T14:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=41a9c9ab9a5b897ee6c02c86c5fd5b8d90c1d4ae'/>
<id>urn:sha1:41a9c9ab9a5b897ee6c02c86c5fd5b8d90c1d4ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BGP: T7516: Expand 'reset bgp all' elements with in/out/soft options</title>
<updated>2025-09-10T16:22:50+00:00</updated>
<author>
<name>l0crian1</name>
<email>ryan.claridge13@gmail.com</email>
</author>
<published>2025-09-10T16:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ad6b626e1b5fe5957934fa0e86ec730594557544'/>
<id>urn:sha1:ad6b626e1b5fe5957934fa0e86ec730594557544</id>
<content type='text'>
- Added 'in', 'out', and 'soft' options to all 'reset bgp all' elements
- Replaced calls to vtysh_wrapper.sh with new bgp.py reset function
- Replaced direct 'vtysh -c' calls with new bgp.py reset function
</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>Merge pull request #4497 from yzguy/T7432</title>
<updated>2025-06-12T14:20:21+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-06-12T14:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dcba87b2394b789c335b44856a8ae7bfea05353c'/>
<id>urn:sha1:dcba87b2394b789c335b44856a8ae7bfea05353c</id>
<content type='text'>
T7432: RPKI VRF Support</content>
</entry>
<entry>
<title>op-mode: T7509: refactor "show bgp" XML definitions to re-usable code blocks</title>
<updated>2025-06-02T13:38:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-02T13:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=79b3f33d34edb418378eae01813e5263b268eaa1'/>
<id>urn:sha1:79b3f33d34edb418378eae01813e5263b268eaa1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T7509: add "detail" and "wide" modifier for received-routes</title>
<updated>2025-06-01T11:36:57+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-01T11:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e5183e60552773ba5b7dd4abc73b9d5967a08b18'/>
<id>urn:sha1:e5183e60552773ba5b7dd4abc73b9d5967a08b18</id>
<content type='text'>
show ip bgp neighbors &lt;ip&gt; received-routes [detail [wide]|wide]

show bgp neighbors &lt;ip&gt; received-routes [detail [wide]|wide]
show bgp ipv4 neighbors &lt;ip&gt; received-routes [detail [wide]|wide]
show bgp ipv6 neighbors &lt;ip&gt; received-routes [detail [wide]|wide]

show bgp vrf &lt;name&gt; neighbors &lt;ip&gt; received-routes [detail [wide]|wide]
show bgp vrf &lt;name&gt; ipv4 neighbors &lt;ip&gt; received-routes [detail [wide]|wide]
show bgp vrf &lt;name&gt; ipv6 neighbors &lt;ip&gt; received-routes [detail [wide]|wide]
</content>
</entry>
<entry>
<title>op-mode: T7509: add "detail" and "wide" modifier for advertised-routes</title>
<updated>2025-06-01T11:26:37+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-01T11:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d7df1aea35dedb6fd4542064dbb1219ec6efbdd6'/>
<id>urn:sha1:d7df1aea35dedb6fd4542064dbb1219ec6efbdd6</id>
<content type='text'>
show ip bgp neighbors &lt;ip&gt; advertised-routes [detail [wide]|wide]

show bgp neighbors &lt;ip&gt; advertised-routes [detail [wide]|wide]
show bgp ipv4 neighbors &lt;ip&gt; advertised-routes [detail [wide]|wide]
show bgp ipv6 neighbors &lt;ip&gt; advertised-routes [detail [wide]|wide]

show bgp vrf &lt;name&gt; neighbors &lt;ip&gt; advertised-routes [detail [wide]|wide]
show bgp vrf &lt;name&gt; ipv4 neighbors &lt;ip&gt; advertised-routes [detail [wide]|wide]
show bgp vrf &lt;name&gt; ipv6 neighbors &lt;ip&gt; advertised-routes [detail [wide]|wide]
</content>
</entry>
</feed>
