diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-09 23:19:19 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-09 23:19:19 +0100 |
commit | e639b84e56a131e6391aa94adb1c1937f3c8dc60 (patch) | |
tree | f7354f446d689bd8ebd6b00ede1d05db1e1512c6 /interface-definitions/include/bfd/profile.xml.i | |
parent | 0ec938326ffd63ad5eab5f3be3038e13fe3118ec (diff) | |
download | vyos-1x-e639b84e56a131e6391aa94adb1c1937f3c8dc60.tar.gz vyos-1x-e639b84e56a131e6391aa94adb1c1937f3c8dc60.zip |
xml: T4058: provide building block for BFD profiles
Diffstat (limited to 'interface-definitions/include/bfd/profile.xml.i')
-rw-r--r-- | interface-definitions/include/bfd/profile.xml.i | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/include/bfd/profile.xml.i b/interface-definitions/include/bfd/profile.xml.i new file mode 100644 index 000000000..5ff057286 --- /dev/null +++ b/interface-definitions/include/bfd/profile.xml.i @@ -0,0 +1,14 @@ +<!-- include start from bfd/profile.xml.i --> +<leafNode name="profile"> + <properties> + <help>Use settings from BFD profile</help> + <completionHelp> + <path>protocols bfd profile</path> + </completionHelp> + <valueHelp> + <format>txt</format> + <description>BFD profile name</description> + </valueHelp> + </properties> +</leafNode> +<!-- include end --> |