From 67a57ef52e69694b32b48b9b4035cf0857bd5599 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 28 Nov 2023 14:15:08 +0100 Subject: [PATCH] doc: indent table, confuses release action Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 8ad35ca8..be3c824a 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -19,22 +19,22 @@ All notable changes to the project are documented in this file. - Current speed and duplex - Frame counters: -| **YANG** | **Linux / Ethtool** | -|-----------------------------|-----------------------------------| -| `out-frames` | `FramesTransmittedOK` | -| `out-multicast-frames` | `MulticastFramesXmittedOK` | -| `out-broadcast-frames` | `BroadcastFramesXmittedOK` | -| `in-total-octets` | `FramesReceivedOK` | -| | + `FrameCheckSequenceErrors` | -| | + `FramesLostDueToIntMACRcvError` | -| | + `AlignmentErrors` | -| | + `etherStatsOversizePkts` | -| | + `etherStatsJabbers` | -| `in-frames` | `FramesReceivedOK` | -| `in-multicast-frames` | `MulticastFramesReceivedOK` | -| `in-broadcast-frames` | `BroadcastFramesReceivedOK` | -| `in-error-undersize-frames` | `undersize_pkts` | -| `in-error-fcs-frames` | `FrameCheckSequenceErrors` | + | **YANG** | **Linux / Ethtool** | + |-----------------------------|-----------------------------------| + | `out-frames` | `FramesTransmittedOK` | + | `out-multicast-frames` | `MulticastFramesXmittedOK` | + | `out-broadcast-frames` | `BroadcastFramesXmittedOK` | + | `in-total-octets` | `FramesReceivedOK` | + | | + `FrameCheckSequenceErrors` | + | | + `FramesLostDueToIntMACRcvError` | + | | + `AlignmentErrors` | + | | + `etherStatsOversizePkts` | + | | + `etherStatsJabbers` | + | `in-frames` | `FramesReceivedOK` | + | `in-multicast-frames` | `MulticastFramesReceivedOK` | + | `in-broadcast-frames` | `BroadcastFramesReceivedOK` | + | `in-error-undersize-frames` | `undersize_pkts` | + | `in-error-fcs-frames` | `FrameCheckSequenceErrors` | - [ietf-system][]: - **augments:**