summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-09 20:39:12 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-09 20:39:12 +0100
commitacfbf6315f3c4e2821649ec0a440a62c8d888dd2 (patch)
tree6c6809173698f44befe744e8656d002c38f7d701 /templates
parentf79339803b8093a6cac1c31a0036af51003bf2fb (diff)
downloadvyatta-cfg-quagga-acfbf6315f3c4e2821649ec0a440a62c8d888dd2.tar.gz
vyatta-cfg-quagga-acfbf6315f3c4e2821649ec0a440a62c8d888dd2.zip
Use better help text for next-hop-interface
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def2
-rw-r--r--templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def4
-rw-r--r--templates/protocols/vrf/node.tag/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def2
-rw-r--r--templates/protocols/vrf/node.tag/static/route6/node.tag/next-hop/node.tag/interface/node.def2
4 files changed, 4 insertions, 6 deletions
diff --git a/templates/protocols/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def b/templates/protocols/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def
index 17979d4b..e9d41146 100644
--- a/templates/protocols/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def
+++ b/templates/protocols/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def
@@ -1,5 +1,5 @@
type: txt
-help: network interface
+help: IPv4 gateway interface name
allowed: sh -c "${vyos_completion_dir}/list_interfaces.py"
end:
if [[ ${COMMIT_ACTION} = 'DELETE' ]]
diff --git a/templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def b/templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def
index 8675ffdd..c8479a63 100644
--- a/templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def
+++ b/templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def
@@ -1,7 +1,5 @@
type: txt
-
-help: Outgoing interface
-
+help: IPv6 gateway interface name
# show all current interface
# but syntax accepts any interface since it may exist later (ppp etc)
allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all
diff --git a/templates/protocols/vrf/node.tag/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def b/templates/protocols/vrf/node.tag/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def
index e4bbb99d..c2bbd4ca 100644
--- a/templates/protocols/vrf/node.tag/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def
+++ b/templates/protocols/vrf/node.tag/static/route/node.tag/next-hop/node.tag/next-hop-interface/node.def
@@ -1,5 +1,5 @@
type: txt
-help: network interface
+help: IPv4 gateway interface name
allowed: sh -c "${vyos_completion_dir}/list_interfaces.py"
end:
VRF_NAME=$VAR(../../../../@)
diff --git a/templates/protocols/vrf/node.tag/static/route6/node.tag/next-hop/node.tag/interface/node.def b/templates/protocols/vrf/node.tag/static/route6/node.tag/next-hop/node.tag/interface/node.def
index bd24aca3..c8479a63 100644
--- a/templates/protocols/vrf/node.tag/static/route6/node.tag/next-hop/node.tag/interface/node.def
+++ b/templates/protocols/vrf/node.tag/static/route6/node.tag/next-hop/node.tag/interface/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Outgoing interface
+help: IPv6 gateway interface name
# show all current interface
# but syntax accepts any interface since it may exist later (ppp etc)
allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all