mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
- Drop doc/README.md symlink to variant.md - Make doc/README.md the table of contents - Clean up variant.md, OSPF and containers now fully supported Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
33 lines
3.5 KiB
Markdown
33 lines
3.5 KiB
Markdown
# YANG to Ethtool Mapping
|
|
|
|
This column contains the mapping between YANG and Linux / Ethtool counters.
|
|
|
|
```
|
|
┌─────────────────────────────────┬──────────────────────────────────┐
|
|
│ YANG │ Linux / Ethtool │
|
|
├─────────────────────────────────┼──────────────────────────────────┤
|
|
│ out-frames │ FramesTransmittedOK │
|
|
├─────────────────────────────────┼──────────────────────────────────┤
|
|
│ out-multicast-frames │ MulticastFramesXmittedOK │
|
|
├─────────────────────────────────┼──────────────────────────────────┤
|
|
│ out-broadcast-frames │ BroadcastFramesXmittedOK │
|
|
├─────────────────────────────────┼──────────────────────────────────┤
|
|
│ in-total-frames │ 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 │
|
|
└─────────────────────────────────┴──────────────────────────────────┘
|
|
```
|