File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,21 @@ embed bitflags=LAH flags
6161embed uint32 vltime
6262embed uint32 pltime
6363embed uint32 reserved
64- embed array ip6address prefix
64+ embed ip6address prefix
6565
6666# option 4 is only for Redirect messages
6767
6868definend 5 embed mtu
6969embed uint16 reserved
7070embed uint32 mtu
7171
72+ definend 24 index embed route_information
73+ embed byte length
74+ # bits 4 and 5 are route preference, but we can't express this
75+ embed byte reserved
76+ embed uint32 lifetime
77+ embed ip6address prefix
78+
7279# ND6 options, RFC6101
7380definend 25 index embed rdnss
7481embed uint16 reserved
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ embed bitflags=LAH flags
398398embed uint32 vltime
399399embed uint32 pltime
400400embed uint32 reserved
401- embed array ip6address prefix
401+ embed ip6address prefix
402402
403403# option 4 is only for Redirect messages
404404
@@ -412,6 +412,13 @@ embed uint16 reserved
412412embed uint16 preference
413413embed uint16 lifetime
414414
415+ definend 24 index embed route_information
416+ embed byte length
417+ # bits 4 and 5 are route preference, but we can't express this
418+ embed byte reserved
419+ embed uint32 lifetime
420+ embed ip6address prefix
421+
415422# ND6 options, RFC6101
416423definend 25 index embed rdnss
417424embed uint16 reserved
You can’t perform that action at this time.
0 commit comments