From ecebc544ce3c9467e1cd01f76984b317b9941ccf Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Wed, 19 Feb 2020 12:00:49 +0100 Subject: [PATCH 1/2] Reserve fields above 10000 for extensions (#346) --- doc/description.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/description.rst b/doc/description.rst index a5a829a58..e6c7ff881 100644 --- a/doc/description.rst +++ b/doc/description.rst @@ -15,6 +15,10 @@ optional. For the purpose of providing a complete interface, all existing fields should be set, unless not setting a field carries a specific meaning as indicated in the accompanying comment. +All field numbers of 10000 and upward are available for user-specific +extensions (i.e. custom fields), i.e. no future evolution of OSI will +use field numbers of 10000 or above itself. + Compatibility ------------- From 42326724af76f2b2ec2349eac9fd7bff934d6533 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Wed, 19 Feb 2020 13:09:07 +0100 Subject: [PATCH 2/2] Fixup of wording for #346 --- doc/description.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/description.rst b/doc/description.rst index e6c7ff881..055143f70 100644 --- a/doc/description.rst +++ b/doc/description.rst @@ -16,7 +16,7 @@ existing fields should be set, unless not setting a field carries a specific meaning as indicated in the accompanying comment. All field numbers of 10000 and upward are available for user-specific -extensions (i.e. custom fields), i.e. no future evolution of OSI will +extensions (i.e. custom fields), so no future evolution of OSI will use field numbers of 10000 or above itself. Compatibility