Skip to content

Commit 16d124c

Browse files
jlucovskyvictorjulien
authored andcommitted
doc/output: Highlight ethertype value change
Issue: 7855 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.
1 parent 0af7793 commit 16d124c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/userguide/upgrade.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Logging Changes
4343
duplicate attribute types. See :ref:`IKE logging changes
4444
<9.0-ike-logging-changes>`
4545

46+
- Ethertype values (``ether.ether_type``) are now logged matching the network order value.
47+
E.g., previously, ``ether_type`` values were logged in host order; an ethertype value of ``0xfbb7``
48+
(network order) was logged as `47099`` (``0xb7fb``). This ethertype value will be logged as ``64439``.
49+
4650
Upgrading to 8.0.1
4751
------------------
4852

0 commit comments

Comments
 (0)