From 0c60d4dada93f768bf32723daf9acb8814d51e32 Mon Sep 17 00:00:00 2001
From: Stig Thormodsrud <stig@vyatta.com>
Date: Tue, 19 Feb 2008 15:56:15 -0800
Subject: Apply same fix for 2856 under tunnel heirarchy.

---
 templates/interfaces/tunnel/node.tag/ip/rip/split-horizon/node.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/interfaces/tunnel/node.tag/ip/rip/split-horizon/node.def b/templates/interfaces/tunnel/node.tag/ip/rip/split-horizon/node.def
index 3dfc4665..b91bfff7 100644
--- a/templates/interfaces/tunnel/node.tag/ip/rip/split-horizon/node.def
+++ b/templates/interfaces/tunnel/node.tag/ip/rip/split-horizon/node.def
@@ -4,7 +4,7 @@ update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl \
        -c \"interface $VAR(../../../@) \"             \
        -c \"ip rip split-horizon \" "
 
-delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl \ 
+delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl \
        -c \"configure terminal \"                     \
        -c \"interface $VAR(../../../@) \"             \
        -c \"no ip rip split-horizon \" "
-- 
cgit v1.2.3