summaryrefslogtreecommitdiff
path: root/templates/policy
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@uffda.(none)>2007-10-12 16:48:14 -0700
committerStig Thormodsrud <stig@uffda.(none)>2007-10-12 16:48:14 -0700
commit83331a0a334130cc438805c124fd05d93eddd5d0 (patch)
treeb99cc192313d7803a4594084a65c041e7752e0dc /templates/policy
parent0c23fb8b146cab3fbc48d4f8d45aae501e599a8a (diff)
downloadvyatta-cfg-quagga-83331a0a334130cc438805c124fd05d93eddd5d0.tar.gz
vyatta-cfg-quagga-83331a0a334130cc438805c124fd05d93eddd5d0.zip
First cut of RIP new cli.
Fix filename on vyatta_policy.pl.
Diffstat (limited to 'templates/policy')
-rw-r--r--templates/policy/access-list/node.def2
-rw-r--r--templates/policy/as-path-list/node.def2
-rw-r--r--templates/policy/community-list/node.def2
-rw-r--r--templates/policy/route-map/node.tag/rule/node.tag/match/peer/node.def2
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/policy/access-list/node.def b/templates/policy/access-list/node.def
index b97eb0a6..c1026172 100644
--- a/templates/policy/access-list/node.def
+++ b/templates/policy/access-list/node.def
@@ -11,4 +11,4 @@ syntax: ($(@) >= 1 && $(@) <= 199) || ($(@) >= 1300 && $(@) <= 2699); \
<100-199> IP extended access list \n \
<1300-1999> IP standard access list (expanded range) \n \
<2000-2699> IP extended access list (expanded range) \n "
-end: "/opt/vyatta/sbin/vyatta_policy.pl --update-access-list $(@)"
+end: "/opt/vyatta/sbin/vyatta-policy.pl --update-access-list $(@)"
diff --git a/templates/policy/as-path-list/node.def b/templates/policy/as-path-list/node.def
index 04ba5e7b..fded4b87 100644
--- a/templates/policy/as-path-list/node.def
+++ b/templates/policy/as-path-list/node.def
@@ -2,4 +2,4 @@ tag:
type: txt
help: "BGP autonomous system path filter"
syntax: pattern $(@) "^[-a-zA-Z0-9.]+$" ; "as-path-list name must be alpha-numeric"
-end: "/opt/vyatta/sbin/vyatta_policy.pl --update-aspath-list $(@)"
+end: "/opt/vyatta/sbin/vyatta-policy.pl --update-aspath-list $(@)"
diff --git a/templates/policy/community-list/node.def b/templates/policy/community-list/node.def
index 812dd436..69e094d0 100644
--- a/templates/policy/community-list/node.def
+++ b/templates/policy/community-list/node.def
@@ -5,4 +5,4 @@ syntax: $(@) >= 1 && $(@) <= 500; " \
community-list must be \
<1-99> Community list number (standard) \
<100-500> Community list number (expanded) "
-end: "/opt/vyatta/sbin/vyatta_policy.pl --update-community-list $(@)"
+end: "/opt/vyatta/sbin/vyatta-policy.pl --update-community-list $(@)"
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/match/peer/node.def b/templates/policy/route-map/node.tag/rule/node.tag/match/peer/node.def
index 28b4661f..177545eb 100644
--- a/templates/policy/route-map/node.tag/rule/node.tag/match/peer/node.def
+++ b/templates/policy/route-map/node.tag/rule/node.tag/match/peer/node.def
@@ -1,6 +1,6 @@
type: txt
help: "Match peer address"
-syntax: exec "/opt/vyatta/sbin/vyatta_policy.pl --check-peer-syntax $(@)"; "peer must be either an IP or local"
+syntax: exec "/opt/vyatta/sbin/vyatta-policy.pl --check-peer-syntax $(@)"; "peer must be either an IP or local"
commit: $(../../action/@) != ""; "You must specify an action for route-map $(../../../@) rule $(../../@)"
create: "/usr/bin/vtysh -c \"configure terminal\" \
-c \"route-map $(../../../@) $(../../action/@) $(../../@)\" \