Commit 0cb381b
committed
IPv6 mobility: Fix two message header lengths
From 12 to 16.
RFC 3775 (and RFC 6275) states:
6.1.1. Format
...
Header Len
8-bit unsigned integer, representing the length of the Mobility
Header in units of 8 octets, excluding the first 8 octets.
The length of the Mobility Header MUST be a multiple of 8 octets.
6.1.7. Binding Update Message
...
If no options are present in this message, 4 octets of padding are
necessary and the Header Len field will be set to 1.
6.1.8. Binding Acknowledgement Message
...
If no options are present in this message, 4 octets of padding are
necessary and the Header Len field will be set to 1.
Update a test output accordingly.1 parent d839e5d commit 0cb381b
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments