summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces-dummy.xml.in
diff options
context:
space:
mode:
authorkhramshinr <khramshinr@gmail.com>2024-10-17 17:12:06 +0600
committerkhramshinr <khramshinr@gmail.com>2025-01-21 11:17:26 +0700
commit937d370576d30eb6743e4733eda8e3882172e6ac (patch)
treece7fbaa59d5393fdd543e552cb49971447441e2f /op-mode-definitions/show-interfaces-dummy.xml.in
parent99d0c7a804ea3cf7f843f0d4810e6772cf7ceeb8 (diff)
downloadvyos-1x-937d370576d30eb6743e4733eda8e3882172e6ac.tar.gz
vyos-1x-937d370576d30eb6743e4733eda8e3882172e6ac.zip
T6641: Add vyos-network-event-logger Service
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 <event-type> <interface>`: Retrieve logs filtered by event type and interface. - `show interfaces <type> <name> event-log <event-type>`: Display interface-specific logs filtered by event type.
Diffstat (limited to 'op-mode-definitions/show-interfaces-dummy.xml.in')
-rw-r--r--op-mode-definitions/show-interfaces-dummy.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/op-mode-definitions/show-interfaces-dummy.xml.in b/op-mode-definitions/show-interfaces-dummy.xml.in
index b8ec7da91..18f21e97e 100644
--- a/op-mode-definitions/show-interfaces-dummy.xml.in
+++ b/op-mode-definitions/show-interfaces-dummy.xml.in
@@ -19,6 +19,7 @@
</properties>
<command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=dummy</command>
</leafNode>
+ #include <include/show-interface-type-event-log.xml.i>
</children>
</tagNode>
<node name="dummy">