]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: document CLI deprecation period length 3041/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 17 Sep 2018 16:48:11 +0000 (16:48 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 17 Sep 2018 16:48:11 +0000 (16:48 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/workflow.rst

index d316de0f3870143e59bdca9f4b04a7eaba71fe49..ee7592fd6a46890d521cd5cff42989b2788865cc 100644 (file)
@@ -778,6 +778,8 @@ That said, compatibility measures can (and should) be removed when either:
 -  some measure of time (dependent on the specific case) has passed, so that
    the compatibility grace period is considered expired.
 
+For CLI commands, the deprecation period is 1 year.
+
 In all cases, compatibility pieces should be marked with compiler/preprocessor
 annotations to print warnings at compile time, pointing to the appropriate
 update path. A ``-Werror`` build should fail if compatibility bits are used. To