From 18b303734d84c0c5677ea4d872ec068ffcab4cad Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 10 Jun 2022 18:06:31 +0000 Subject: xml: drop not always applicable REQUIRED suffix from completion help string If a parameter is required is determined from the Python string on commit. This "indicator" is not used consistently and sometimes missing, or added where it is not required anymore due to Python script improvement/rewrite. --- interface-definitions/include/bgp/protocol-common-config.xml.i | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'interface-definitions/include/bgp/protocol-common-config.xml.i') diff --git a/interface-definitions/include/bgp/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index abaff5232..c1b465e43 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -1156,7 +1156,7 @@ - Confederation AS identifier [REQUIRED] + Confederation AS identifier u32:1-4294967294 Confederation AS id @@ -1208,7 +1208,7 @@ - Half-life time for dampening [REQUIRED] + Half-life time for dampening u32:1-45 Half-life penalty in minutes @@ -1220,7 +1220,7 @@ - Maximum duration to suppress a stable route [REQUIRED] + Maximum duration to suppress a stable route u32:1-255 Maximum suppress duration in minutes @@ -1232,7 +1232,7 @@ - Threshold to start reusing a route [REQUIRED] + Threshold to start reusing a route u32:1-20000 Re-use penalty points @@ -1244,7 +1244,7 @@ - When to start suppressing a route [REQUIRED] + When to start suppressing a route u32:1-20000 Start-suppress penalty points -- cgit v1.2.3