diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-16 15:46:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 15:46:23 +0100 |
commit | 71823db0fceee36f631484d3ff6767569e1ca825 (patch) | |
tree | 3528e9ba826be0ba71556f2393685402f44a22ec /interface-definitions/include/policy | |
parent | cab0d62af86ced1ded6edefb53c2e902249b160d (diff) | |
parent | b9493ce110fb1ae2090299a5bcb5d3c7fc3dfd60 (diff) | |
download | vyos-1x-71823db0fceee36f631484d3ff6767569e1ca825.tar.gz vyos-1x-71823db0fceee36f631484d3ff6767569e1ca825.zip |
Merge pull request #2489 from vyos/mergify/bp/sagitta/pr-2476
pim(6): T5733: add missing FRR related features (backport #2476)
Diffstat (limited to 'interface-definitions/include/policy')
-rw-r--r-- | interface-definitions/include/policy/prefix-list.xml.i | 14 | ||||
-rw-r--r-- | interface-definitions/include/policy/prefix-list6.xml.i | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/interface-definitions/include/policy/prefix-list.xml.i b/interface-definitions/include/policy/prefix-list.xml.i new file mode 100644 index 000000000..5d7980ee2 --- /dev/null +++ b/interface-definitions/include/policy/prefix-list.xml.i @@ -0,0 +1,14 @@ +<!-- include start from policy/prefix-list.xml.i --> +<leafNode name="prefix-list"> + <properties> + <help>Prefix-list to use</help> + <valueHelp> + <format>txt</format> + <description>Prefix-list to apply (IPv4)</description> + </valueHelp> + <completionHelp> + <path>policy prefix-list</path> + </completionHelp> + </properties> +</leafNode> +<!-- include end --> diff --git a/interface-definitions/include/policy/prefix-list6.xml.i b/interface-definitions/include/policy/prefix-list6.xml.i new file mode 100644 index 000000000..101702f1f --- /dev/null +++ b/interface-definitions/include/policy/prefix-list6.xml.i @@ -0,0 +1,14 @@ +<!-- include start from policy/prefix-list6.xml.i --> +<leafNode name="prefix-list6"> + <properties> + <help>Prefix-list to use</help> + <valueHelp> + <format>txt</format> + <description>Prefix-list to apply (IPv6)</description> + </valueHelp> + <completionHelp> + <path>policy prefix-list6</path> + </completionHelp> + </properties> +</leafNode> +<!-- include end --> |