Skip to content

Commit f1ddc94

Browse files
Add ethtool EEPROM parser (#326)
* add ethtool eeprom parser * refactor * update --------- Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
1 parent 43593fe commit f1ddc94

3 files changed

Lines changed: 277 additions & 95 deletions

File tree

_tools/ont-ethtool-print-eeprom.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Ethtool Print EEPROM
3+
has_children: false
4+
layout: default
5+
---
6+
7+
1. Get `ethtool -m` or `ethtool -e` and paste into the form
8+
9+
<div id="app">
10+
<vue-lantiq-eeprom type='eeprom-ethtool'></vue-lantiq-eeprom>
11+
</div>
12+
<script src="https://unpkg.com/vue@latest"></script>
13+
<script src="https://cdn.jsdelivr.net/npm/vue3-sfc-loader"></script>
14+
<script src="/assets/js/vue-eeprom.js"></script>

_tools/ont-lantiq-print-eeprom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: default
88

99

1010
<div id="app">
11-
<vue-lantiq-eeprom type='eeprom-print'></vue-lantiq-eeprom>
11+
<vue-lantiq-eeprom type='eeprom-lantiq'></vue-lantiq-eeprom>
1212
</div>
1313
<script src="https://unpkg.com/vue@latest"></script>
1414
<script src="https://cdn.jsdelivr.net/npm/vue3-sfc-loader"></script>

0 commit comments

Comments
 (0)