types: reserve 800-1000 for NDNLPv2
refs #2866
Change-Id: Iafc22202764ab8211db27e111a31becf344041e1
diff --git a/changelog.rst b/changelog.rst
index b153fff..76f350f 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -13,6 +13,10 @@
+ Delete deprecated ``Scope`` guider
+- **TLV-TYPE**
+
+ + Reserve 800-1000 range for link protocol
+
Since version 0.1
-----------------
diff --git a/conf.py b/conf.py
index 1d987ce..0a778ce 100644
--- a/conf.py
+++ b/conf.py
@@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
-release = '0.2-alpha-2'
+release = '0.2-alpha-3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/types.rst b/types.rst
index 0780899..4ed52f4 100644
--- a/types.rst
+++ b/types.rst
@@ -85,19 +85,20 @@
| 11 | Reserved, formerly `Scope` |
+----------------+-----------------------------------------------------------+
| 80-100 | Reserved for assignments related to local link data |
-| | processing, e.g., `NDNLP header`_, `LocalControlHeader`_, |
-| | etc. (1-byte encoding) |
+| | processing, e.g., `NDNLP`_, etc. (1-byte encoding) |
+----------------+-----------------------------------------------------------+
| 101-127 | Reserved for assignments related to forwarding daemon |
| | (1-byte encoding) |
+----------------+-----------------------------------------------------------+
| 128-252 | For application use (1-byte encoding) |
+----------------+-----------------------------------------------------------+
-| 253-32767 | Reserved for future assignments (3-byte encoding) |
+| 800-1000 | Reserved for assignments related to local link data |
+| | processing, e.g., `NDNLP`_, etc. (3-byte encoding) |
++----------------+-----------------------------------------------------------+
+| 253-799, | Reserved for future assignments (3-byte encoding) |
+| 1001-32767 | |
+----------------+-----------------------------------------------------------+
| >32767 | For application use (3+-byte encoding) |
+----------------+-----------------------------------------------------------+
-.. _NDNLP header: http://redmine.named-data.net/projects/nfd/wiki/NDNLP-TLV
-
-.. _LocalControlHeader: http://redmine.named-data.net/projects/nfd/wiki/LocalControlHeader
+.. _NDNLP: http://redmine.named-data.net/projects/nfd/wiki/NDNLPv2