summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/lldp.xml.in3
-rw-r--r--interface-definitions/policy.xml.in4
2 files changed, 4 insertions, 3 deletions
diff --git a/interface-definitions/lldp.xml.in b/interface-definitions/lldp.xml.in
index 9fdffcea1..e14abae14 100644
--- a/interface-definitions/lldp.xml.in
+++ b/interface-definitions/lldp.xml.in
@@ -152,6 +152,9 @@
<leafNode name="management-address">
<properties>
<help>Management IP Address</help>
+ <completionHelp>
+ <script>${vyos_completion_dir}/list_local_ips.sh --both</script>
+ </completionHelp>
<valueHelp>
<format>ipv4</format>
<description>IPv4 Management Address</description>
diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in
index cd22052f0..08e2ce2c6 100644
--- a/interface-definitions/policy.xml.in
+++ b/interface-definitions/policy.xml.in
@@ -2,14 +2,13 @@
<interfaceDefinition>
<node name="policy" owner="${vyos_conf_scripts_dir}/policy.py">
<properties>
- <priority>470</priority>
+ <priority>200</priority>
<help>Routing policy</help>
</properties>
<children>
<tagNode name="access-list">
<properties>
<help>IP access-list filter</help>
-
<valueHelp>
<format>u32:1-99</format>
<description>IP standard access list</description>
@@ -238,7 +237,6 @@
<tagNode name="extcommunity-list">
<properties>
<help>Border Gateway Protocol (BGP) extended community-list filter</help>
- <priority>490</priority>
<valueHelp>
<format>txt</format>
<description>Border Gateway Protocol (BGP) extended community-list filter</description>