File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,17 @@ <h3 class="subtitle">Description</h3>
115115| (2 Octets) |
116116+-------------------------------+
117117| Address |
118- | (8 Octets, including padding) |
118+ | (8 Octets) |
119119+-------------------------------+
120120</ pre >
121121< p >
122122All 32-bit integral values, and all multi-octet integral values in
123- structures listed above, are in big-endian byte order.
123+ structures listed above, are in big-endian byte order. In the hardware
124+ address structure the < code > Address</ code > field contains the first 8
125+ octets of a hardware address if the address length is greater than 8,
126+ otherwise the complete hardware address followed by any trailing padding
127+ if required.
128+ </ p >
124129 </ div >
125130 </ div >
126131 <!-- End of LINKTYPE_NFLOG section -->
Original file line number Diff line number Diff line change @@ -159,12 +159,17 @@ <h3 class="subtitle">Description</h3>
159159| (2 Octets) |
160160+-------------------------------+
161161| Address |
162- | (8 Octets, including padding) |
162+ | (8 Octets) |
163163+-------------------------------+
164164</ pre >
165165< p >
166166All 32-bit integral values, and all multi-octet integral values in
167- structures listed above, are in big-endian byte order.
167+ structures listed above, are in big-endian byte order. In the hardware
168+ address structure the < code > Address</ code > field contains the first 8
169+ octets of a hardware address if the address length is greater than 8,
170+ otherwise the complete hardware address followed by any trailing padding
171+ if required.
172+ </ p >
168173 </ div >
169174 </ div >
170175 <!-- End of LINKTYPE_NFLOG section -->
You can’t perform that action at this time.
0 commit comments