From f6d78b37ef2c22f273484ccf68aa50e00facf4bf Mon Sep 17 00:00:00 2001 From: Justin Fletcher Date: Mon, 5 Nov 2007 14:47:02 -0800 Subject: Help text modifications --- templates/policy/route-map/node.tag/description/node.def | 2 +- templates/policy/route-map/node.tag/rule/node.tag/action/node.def | 2 +- templates/policy/route-map/node.tag/rule/node.tag/description/node.def | 2 +- .../route-map/node.tag/rule/node.tag/set/comm-list/comm-list/node.def | 2 +- .../policy/route-map/node.tag/rule/node.tag/set/comm-list/node.def | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/policy/route-map') diff --git a/templates/policy/route-map/node.tag/description/node.def b/templates/policy/route-map/node.tag/description/node.def index b43c9b77..f9b9b4a9 100644 --- a/templates/policy/route-map/node.tag/description/node.def +++ b/templates/policy/route-map/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: "route-map description" +help: "Route map description" diff --git a/templates/policy/route-map/node.tag/rule/node.tag/action/node.def b/templates/policy/route-map/node.tag/rule/node.tag/action/node.def index 7908bd5b..21804042 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/action/node.def @@ -1,5 +1,5 @@ type: txt -help: "action to take on prefixes matching this rule" +help: "Action to take on prefixes matching this rule" syntax: $(@) in "permit", "deny"; "route-map $(../../@) $(@) $(../@) action: must be permit or deny" create: "/usr/bin/vtysh -c \"configure terminal\" -c \"route-map $(../../@) $(@) $(../@)\" " update: "/usr/bin/vtysh -c \"configure terminal\" -c \"route-map $(../../@) $(@) $(../@)\" " diff --git a/templates/policy/route-map/node.tag/rule/node.tag/description/node.def b/templates/policy/route-map/node.tag/rule/node.tag/description/node.def index 146d4535..a32c76af 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/description/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: "route-map rule description" +help: "Route map rule description" diff --git a/templates/policy/route-map/node.tag/rule/node.tag/set/comm-list/comm-list/node.def b/templates/policy/route-map/node.tag/rule/node.tag/set/comm-list/comm-list/node.def index a8e1029e..9f61e27d 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/set/comm-list/comm-list/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/set/comm-list/comm-list/node.def @@ -1,3 +1,3 @@ type: txt -help: "set BGP community list" +help: "Set BGP community list" commit: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy community-list $(@)\"; "community list $(@) does not exist" diff --git a/templates/policy/route-map/node.tag/rule/node.tag/set/comm-list/node.def b/templates/policy/route-map/node.tag/rule/node.tag/set/comm-list/node.def index 78491435..a12707d8 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/set/comm-list/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/set/comm-list/node.def @@ -1,4 +1,4 @@ -help: "set BGP community list" +help: "Set BGP community list" delete: "touch /tmp/policy-route-map-$(../../../@)-$(../../action/@)-$(../../@)-set-comm-list.\\$PPID" end: "if [ -z \"$(./comm-list/)\" ]; then \ echo You must configure a comm-list ; \ -- cgit v1.2.3