From 11416653db1180ac93305cbf37503146fd6bbf1b Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Mon, 14 Jun 2010 15:34:47 -0700 Subject: Fix ospfv3 redistribute command. --- templates/protocols/ospfv3/redistribute/static/node.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/protocols/ospfv3/redistribute/static') diff --git a/templates/protocols/ospfv3/redistribute/static/node.def b/templates/protocols/ospfv3/redistribute/static/node.def index 6d862bc0..df31b1b1 100644 --- a/templates/protocols/ospfv3/redistribute/static/node.def +++ b/templates/protocols/ospfv3/redistribute/static/node.def @@ -1,13 +1,13 @@ help: Set to redistribute static routes -end: vyatta-vtysh -c "configure terminal" \ +end: vtysh -c "configure terminal" \ -c "router ospf6" \ -c "no redistribute static"; if [ "$COMMIT_ACTION" = "SET" -o "$COMMIT_ACTION" = "ACTIVE" ]; then if [ -n "$VAR(./route-map/@)" ]; then COND="route-map $VAR(./route-map/@)"; fi; - vyatta-vtysh -c "configure terminal" \ + vtysh -c "configure terminal" \ -c "router ospf6" \ -c "redistribute static $COND"; fi; -- cgit v1.2.3