Skip to content

Commit

Permalink
Documentation fix, set addr_extern len:(## 9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme authored May 16, 2022
1 parent 15088bb commit cf94ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tblkch.tex
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ \section*{Introduction}
The serialization of source and destination addresses is defined by the following TL-B scheme:
\begin{verbatim}
addr_none$00 = MsgAddressExt;
addr_extern$01 len:(## 8) external_address:(len * Bit)
addr_extern$01 len:(## 9) external_address:(len * Bit)
= MsgAddressExt;
anycast_info$_ depth:(## 5) rewrite_pfx:(depth * Bit) = Anycast;
addr_std$10 anycast:(Maybe Anycast)
Expand Down

0 comments on commit cf94ed6

Please sign in to comment.