diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-02-19 15:56:15 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-02-19 15:56:15 -0800 |
commit | 0c60d4dada93f768bf32723daf9acb8814d51e32 (patch) | |
tree | 775333cef345fb27b425c568eebcd9a1ac170702 /templates/interfaces | |
parent | c45db01927f0d3e41f8f90f3c136f9c49a9aa680 (diff) | |
download | vyatta-cfg-quagga-0c60d4dada93f768bf32723daf9acb8814d51e32.tar.gz vyatta-cfg-quagga-0c60d4dada93f768bf32723daf9acb8814d51e32.zip |
Apply same fix for 2856 under tunnel heirarchy.
Diffstat (limited to 'templates/interfaces')
-rw-r--r-- | templates/interfaces/tunnel/node.tag/ip/rip/split-horizon/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
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 \" " |