Commit e659f2c
committed
IPv6Header: fix FlowLabel field size
Following the RFC6437 [1] flow lable from IPv6 is a 20
bits field, this is setting the correct number of bits
for both setter and getter in the ipv6 header
[1] https://www.rfc-editor.org/rfc/rfc6437
Signed-off-by: Raslan Darawsheh <rasland@nvidia.com>1 parent cc01743 commit e659f2c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments