summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/interfaces/ethernet.rst11
-rw-r--r--docs/configuration/service/monitoring.rst5
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/ethernet.rst b/docs/configuration/interfaces/ethernet.rst
index 30a13b5b..7288d9d2 100644
--- a/docs/configuration/interfaces/ethernet.rst
+++ b/docs/configuration/interfaces/ethernet.rst
@@ -20,6 +20,17 @@ Common interface configuration
:var0: ethernet
:var1: eth0
+.. cfgcmd:: set interface ethernet <interface> switchdev
+
+ Switches this interface to `switchdev` mode that allows network interfaces to offload
+ certain networking functions directly to hardware, like a network switch or a SmartNIC.
+ This enables higher performance and lower latency for network processing by
+ bypassing the kernel's network stack for supported operations.
+
+.. note:: This is only supported on certain physical network interfaces
+ and depends on specific models and drivers.
+
+
Ethernet options
================
diff --git a/docs/configuration/service/monitoring.rst b/docs/configuration/service/monitoring.rst
index af62456c..0e4ddc61 100644
--- a/docs/configuration/service/monitoring.rst
+++ b/docs/configuration/service/monitoring.rst
@@ -224,6 +224,11 @@ Prometheus node_exporter_ which provides a wide range of hardware and OS metrics
Configure name of the :abbr:`VRF (Virtual Routing and Forwarding)` instance.
+.. cfgcmd:: set service monitoring prometheus node-exporter collectors textfile
+
+ Configure textfile collector to export custom metrics read from
+ `/run/node_exporter/collector`
+
FRR Exporter
============