From 85eb0bea9c6639a6bbc36bb80bb488f8cc24b2a7 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Wed, 11 Jun 2008 10:54:06 -0700 Subject: Fix 3345: Unable to configure OSPF redistribute route-map --- templates/protocols/ospf/redistribute/connected/node.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/protocols/ospf/redistribute/connected') diff --git a/templates/protocols/ospf/redistribute/connected/node.def b/templates/protocols/ospf/redistribute/connected/node.def index ac4f0e00..e9b1582a 100644 --- a/templates/protocols/ospf/redistribute/connected/node.def +++ b/templates/protocols/ospf/redistribute/connected/node.def @@ -9,12 +9,12 @@ end: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \ if [ -n "$VAR(./metric/@)" ]; then COND="metric $VAR(./metric/@)"; fi; - if [ -n "$VAR(./route-map/@)" ]; then - COND="$COND route-map $VAR(./route-map/@)"; - fi; if [ -n "$VAR(./metric-type/@)" ]; then COND="$COND metric-type $VAR(./metric-type/@)"; fi; + if [ -n "$VAR(./route-map/@)" ]; then + COND="$COND route-map $VAR(./route-map/@)"; + fi; ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \ -c "router ospf" \ -c "redistribute connected $COND"; -- cgit v1.2.3