<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions, branch sever-sever-patch-1</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=sever-sever-patch-1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=sever-sever-patch-1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-01-24T18:13:08+00:00</updated>
<entry>
<title>Merge pull request #4200 from sskaje/T4930-1</title>
<updated>2025-01-24T18:13:08+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-01-24T18:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2f8d231f4ae16cd49a36bc3d5e11b25db1501240'/>
<id>urn:sha1:2f8d231f4ae16cd49a36bc3d5e11b25db1501240</id>
<content type='text'>
T4930: Allow WireGuard peers via DNS hostname</content>
</entry>
<entry>
<title>Merge pull request #4216 from HollyGurza/T6641</title>
<updated>2025-01-24T17:58:25+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-01-24T17:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f0e05ba825f5f154c570487d1b189a8be6f3b121'/>
<id>urn:sha1:f0e05ba825f5f154c570487d1b189a8be6f3b121</id>
<content type='text'>
T6641: Add vyos-network-event-logger Service</content>
</entry>
<entry>
<title>T6641: Add vyos-network-event-logger Service</title>
<updated>2025-01-21T04:17:26+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-10-17T11:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=937d370576d30eb6743e4733eda8e3882172e6ac'/>
<id>urn:sha1:937d370576d30eb6743e4733eda8e3882172e6ac</id>
<content type='text'>
The service parses and logs network events for improved monitoring and diagnostics.
Supported event types include:

- `RTM_NEWROUTE`, `RTM_DELROUTE`
- `RTM_NEWLINK`, `RTM_DELLINK`
- `RTM_NEWADDR`, `RTM_DELADDR`
- `RTM_NEWNEIGH`, `RTM_DELNEIGH`, `RTM_GETNEIGH`
- `RTM_NEWRULE`, `RTM_DELRULE`

Added operational mode commands for filtered log retrieval:
- `show log network-event &lt;event-type&gt; &lt;interface&gt;`: Retrieve logs filtered by event type and interface.
- `show interfaces &lt;type&gt; &lt;name&gt; event-log &lt;event-type&gt;`: Display interface-specific logs filtered by event type.
</content>
</entry>
<entry>
<title>Merge pull request #4307 from indrajitr/kea-refactor</title>
<updated>2025-01-20T19:29:25+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-20T19:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b6e8243d0a5cc14cb6d7abc79d974179ab1df476'/>
<id>urn:sha1:b6e8243d0a5cc14cb6d7abc79d974179ab1df476</id>
<content type='text'>
dhcp: T7052: Refactor kea dhcp op-mode functions to vyos.kea</content>
</entry>
<entry>
<title>nhrp: T2326: Fixed opmode command help strings (#4304)</title>
<updated>2025-01-20T09:38:32+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>108394744+aapostoliuk@users.noreply.github.com</email>
</author>
<published>2025-01-20T09:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=599a4428c9f411db986ca4d52db385703952f12d'/>
<id>urn:sha1:599a4428c9f411db986ca4d52db385703952f12d</id>
<content type='text'>
Fixed opmode command help strings</content>
</entry>
<entry>
<title>wireguard: T4930: allow peers via FQDN</title>
<updated>2025-01-18T23:17:12+00:00</updated>
<author>
<name>sskaje</name>
<email>sskaje@gmail.com</email>
</author>
<published>2024-12-31T02:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2212a438b234f34f32e08efef2f841ba55a3b6a0'/>
<id>urn:sha1:2212a438b234f34f32e08efef2f841ba55a3b6a0</id>
<content type='text'>
* set interfaces wireguard wgXX peer YY hostname &lt;fqdn&gt;
</content>
</entry>
<entry>
<title>dhcp: T7052: Rename and simplify functions for consistency</title>
<updated>2025-01-17T04:42:12+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2025-01-16T05:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a31d5b661bf2d37c72a21e434d8ce16b22a597b9'/>
<id>urn:sha1:a31d5b661bf2d37c72a21e434d8ce16b22a597b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nhrp: T2326: NHRP migration to FRR</title>
<updated>2025-01-09T16:24:15+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-08-09T15:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5e8307bf3a7f816193ca9da8cb290d57bbb375f2'/>
<id>urn:sha1:5e8307bf3a7f816193ca9da8cb290d57bbb375f2</id>
<content type='text'>
NHRP migration to FRR
</content>
</entry>
<entry>
<title>T6983: treat vyos-domain-resolver as a real service (#4261)</title>
<updated>2024-12-30T18:25:42+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-30T18:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b58576dcd6cac670211ead6c984c356d6bc98ea8'/>
<id>urn:sha1:b58576dcd6cac670211ead6c984c356d6bc98ea8</id>
<content type='text'>
* op-mode: T6983: add "show log" and "monitor log" commands for vyos-domain-resolver

* firewall: T6983: drop unused variable domain_resolver_usage_nat

* T6983: introduce Python logging module in vyos-domain-resolver

* T6983: treat vyos-domain-resolver as a real service</content>
</entry>
<entry>
<title>op-mode: T6971: "monitor log" should have no output color at all</title>
<updated>2024-12-21T22:34:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-21T22:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f15e52248046f48a710bc69c85d7aa734ea15951'/>
<id>urn:sha1:f15e52248046f48a710bc69c85d7aa734ea15951</id>
<content type='text'>
There was an invalid attempt to remove journalctl output colour. Unfortunately
it does not work 100% and it needs a different environment variable.

This fixes commit 9a85d8bbeee7.
</content>
</entry>
</feed>
