diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-08 08:26:02 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-08 08:26:02 +0200 |
commit | bdba331cb0501cc2db6aeaa486d7763e184133ce (patch) | |
tree | b1dd5f46e6dfecd6c0334c6fdb25f0956d132cae /interface-definitions/policy.xml.in | |
parent | e69879df07e10ce421683f436a4b41410d8c6dcb (diff) | |
download | vyos-1x-bdba331cb0501cc2db6aeaa486d7763e184133ce.tar.gz vyos-1x-bdba331cb0501cc2db6aeaa486d7763e184133ce.zip |
policy: T3605: add support to prefer IPv6 global next-hop address in route-map
Diffstat (limited to 'interface-definitions/policy.xml.in')
-rw-r--r-- | interface-definitions/policy.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index 1dba59312..195e074a3 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -1066,6 +1066,12 @@ </constraint> </properties> </leafNode> + <leafNode name="prefer-global"> + <properties> + <help>Prefer global address as the nexthop</help> + <valueless/> + </properties> + </leafNode> </children> </node> <leafNode name="large-community"> |