diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-26 13:08:37 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-26 13:09:33 +0200 |
commit | 3bc79ff3cb40eeb36a33de7112d558abb96cb22f (patch) | |
tree | 5501dae345e850577a93241719d7ff7858ff67ed /interface-definitions | |
parent | 8d6861290f39298701b0a89bd358545763cee14b (diff) | |
download | vyos-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')
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 3 |
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> |