summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-26 13:08:37 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-26 13:09:33 +0200
commit3bc79ff3cb40eeb36a33de7112d558abb96cb22f (patch)
tree5501dae345e850577a93241719d7ff7858ff67ed /interface-definitions/include
parent8d6861290f39298701b0a89bd358545763cee14b (diff)
downloadvyos-1x-3bc79ff3cb40eeb36a33de7112d558abb96cb22f.tar.gz
vyos-1x-3bc79ff3cb40eeb36a33de7112d558abb96cb22f.zip
ospf: T3757: add completion help when refering to area ID
This extends commit 6f87d8c910 ("ospf: T3757: support to configure area at an interface level") with a completion helper to show which Area ID is already in use when configuring the area for an interface.
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/ospf/protocol-common-config.xml.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i
index 80931ac15..982e519a9 100644
--- a/interface-definitions/include/ospf/protocol-common-config.xml.i
+++ b/interface-definitions/include/ospf/protocol-common-config.xml.i
@@ -364,6 +364,9 @@
<leafNode name="area">
<properties>
<help>Enable OSPF on this interface</help>
+ <completionHelp>
+ <path>protocols ospf area</path>
+ </completionHelp>
<valueHelp>
<format>u32</format>
<description>OSPF area ID as decimal notation</description>