From faab137eacbbe25404810d6a77e6fdb12344fc6f Mon Sep 17 00:00:00 2001 From: bastischubert <16682281+bastischubert@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:34:50 +0200 Subject: [PATCH] fixed oid in README - fixes #1221 (#1222) Signed-off-by: Sebastian Schubert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb2d131..1ec7ca43 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ like: ``` 1.3.6.1.2.1.2.2.1.1.2 = INTEGER: 2 # ifIndex for '2' is literally just '2' 1.3.6.1.2.1.2.2.1.2.2 = STRING: "eth0" # ifDescr -1.3.6.1.2.1.31.1.1.1.1 = STRING: "eth0" # IfName +1.3.6.1.2.1.31.1.1.1.1.2 = STRING: "eth0" # IfName 1.3.6.1.2.1.31.1.1.1.10.2 = INTEGER: 1000 # ifHCOutOctets, 1000 bytes 1.3.6.1.2.1.31.1.1.1.18.2 = STRING: "" # ifAlias ```