Project

General

Profile

TLV-TYPE » History » Version 6

Alex Afanasyev, 02/17/2014 08:45 PM

1 1 Alex Afanasyev
NFD-related NDN-TLV Type assignments
2
====================================
3
4 6 Alex Afanasyev
Types assigned from the range reserved for forwarding daemon.
5 1 Alex Afanasyev
6
Type                                        | Assigned value    | Assigned value (hex)
7
------------------------------------------- | ----------------- | --------------------
8
ControlResponse                             | 101               | 0x65
9
StatusCode                                  | 102               | 0x66
10
StatusText                                  | 103               | 0x67
11
FibManagementOptions                        | 104               | 0x68
12
FaceId                                      | 105               | 0x69
13
Cost                                        | 106               | 0x6a
14
Strategy                                    | 107               | 0x6b
15
FaceManagementOptions                       | 108               | 0x6c
16
LocalControlHeader                          | 109               | 0x6d
17
LocalControlInfo                            | 110               | 0x6e
18 2 Alex Afanasyev
IncomingFaceId                              | 111               | 0x6f
19 3 Alex Afanasyev
NextHopFaceId                               | 112               | 0x70
20 4 Alex Afanasyev
Reserved                                    | 113               | 0x71
21 5 Alex Afanasyev
Uri                                         | 114               | 0x72
22 1 Alex Afanasyev
23
These codes are used by the following specifications:
24
25
* [[ControlCommand|NFD Control Command specification]]
26
* [[FaceMgmt|NFD Face Management protocol]]
27
* [[FibMgmt|NFD FIB Management protocol]]
28 6 Alex Afanasyev
29
Types reserved from local link data processing range:
30
31
### Local Control Header
32
33
From [[LocalControlHeader|NFD local control header]] specification:
34
35
Type                                        | Assigned value    | Assigned value (hex)
36
------------------------------------------- | ----------------- | --------------------
37
LocalControlHeader                          | 80                | 0x50
38
IncomingFaceId                              | 81                | 0x51
39
NextHopFaceId                               | 82                | 0x52
40
41
### NDNLP
42
43
From [[NDNLP|NDN Link Layer Protocol]] specification:
44
45
Type                                        | Assigned value    | Assigned value (hex)
46
------------------------------------------- | ----------------- | --------------------