summaryrefslogtreecommitdiff
path: root/interface-definitions/include/static-route-next-hop-vrf.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-02 20:43:01 +0100
committerGitHub <noreply@github.com>2021-02-02 20:43:01 +0100
commit22c5f86dbe183f92636aa1b140aa062e35508760 (patch)
tree07903bd862da5c47b771842b8965e8f9f63cea69 /interface-definitions/include/static-route-next-hop-vrf.xml.i
parent57adeb1bd1f761b9a0c8603f366e6123d910899e (diff)
parent940db8f354853f23788c652f2a5d9097c7a442df (diff)
downloadvyos-1x-22c5f86dbe183f92636aa1b140aa062e35508760.tar.gz
vyos-1x-22c5f86dbe183f92636aa1b140aa062e35508760.zip
Merge branch 'current' into T3282
Diffstat (limited to 'interface-definitions/include/static-route-next-hop-vrf.xml.i')
-rw-r--r--interface-definitions/include/static-route-next-hop-vrf.xml.i17
1 files changed, 17 insertions, 0 deletions
diff --git a/interface-definitions/include/static-route-next-hop-vrf.xml.i b/interface-definitions/include/static-route-next-hop-vrf.xml.i
new file mode 100644
index 000000000..c90140856
--- /dev/null
+++ b/interface-definitions/include/static-route-next-hop-vrf.xml.i
@@ -0,0 +1,17 @@
+<!-- included start from static-route-next-hop-vrf.xml.i -->
+<leafNode name="next-hop-vrf">
+ <properties>
+ <help>VRF to leak route</help>
+ <valueHelp>
+ <format>txt</format>
+ <description>Name of VRF to leak to</description>
+ </valueHelp>
+ <completionHelp>
+ <path>protocols vrf</path>
+ </completionHelp>
+ <constraint>
+ <regex>^[a-zA-Z0-9\-_]{1,100}$</regex>
+ </constraint>
+ </properties>
+</leafNode>
+<!-- included end -->