summaryrefslogtreecommitdiff
path: root/interface-definitions/policy.xml.in
diff options
context:
space:
mode:
authorPaul Lettington <paul@plett.co.uk>2022-03-09 14:24:16 +0000
committerPaul Lettington <paul@plett.co.uk>2022-03-09 20:15:42 +0000
commit7549c847c3df9155c4315efcccfaf798af9fb402 (patch)
tree1daf53f73ead87fcdbf43169f5d2a7391ff6649c /interface-definitions/policy.xml.in
parentc4d389488970c8510200cac96a67182e9333b891 (diff)
downloadvyos-1x-7549c847c3df9155c4315efcccfaf798af9fb402.tar.gz
vyos-1x-7549c847c3df9155c4315efcccfaf798af9fb402.zip
policy: T2493 ip-next-hop unchanged & peer-address
Also add ipv6-next-hop peer-address
Diffstat (limited to 'interface-definitions/policy.xml.in')
-rw-r--r--interface-definitions/policy.xml.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in
index 9767285dd..5e037b558 100644
--- a/interface-definitions/policy.xml.in
+++ b/interface-definitions/policy.xml.in
@@ -1115,13 +1115,23 @@
<help>Nexthop IP address</help>
<completionHelp>
<script>${vyos_completion_dir}/list_local_ips.sh --ipv4</script>
+ <list>unchanged peer-address</list>
</completionHelp>
<valueHelp>
<format>ipv4</format>
<description>IP address</description>
</valueHelp>
+ <valueHelp>
+ <format>unchanged</format>
+ <description>Set the BGP nexthop address as unchanged</description>
+ </valueHelp>
+ <valueHelp>
+ <format>peer-address</format>
+ <description>Set the BGP nexthop address to the address of the peer</description>
+ </valueHelp>
<constraint>
<validator name="ipv4-address"/>
+ <regex>^(unchanged|peer-address)$</regex>
</constraint>
</properties>
</leafNode>
@@ -1160,6 +1170,12 @@
</constraint>
</properties>
</leafNode>
+ <leafNode name="peer-address">
+ <properties>
+ <help>Use peer address (for BGP only)</help>
+ <valueless/>
+ </properties>
+ </leafNode>
<leafNode name="prefer-global">
<properties>
<help>Prefer global address as the nexthop</help>