Skip to content

Commit a1f5c67

Browse files
jlucovskyvictorjulien
authored andcommitted
doc/output: Highlight ethertype value change
Issue: 8007 Highlight the change to how ether_type values are displayed. Previously, they were displayed in network order as a decimal value. They are now displayed in host order as a decimal value. (cherry picked from commit 16d124c)
1 parent e8261f4 commit a1f5c67

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc/userguide/upgrade.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ also check all the new features that have been added but are not covered by
3434
this guide. Those features are either not enabled by default or require
3535
dedicated new configuration.
3636

37+
Upgrading to 8.0.2
38+
------------------
39+
40+
Logging Changes
41+
~~~~~~~~~~~~~~~
42+
- Ethertype values (``ether.ether_type``) are now logged matching the network order value.
43+
E.g., previously, ``ether_type`` values were logged in host order; an ethertype value of ``0xfbb7``
44+
(network order) was logged as `47099`` (``0xb7fb``). This ethertype value will be logged as ``64439``.
45+
3746
Upgrading to 8.0.1
3847
------------------
3948

0 commit comments

Comments
 (0)