From 9bba749ca55e5775d99af5e7e77de61ce3a0eaae Mon Sep 17 00:00:00 2001 From: slioch Date: Wed, 4 Mar 2009 09:43:35 -0800 Subject: ported example of node.def using commit environmental variable rather than relying on /tmp pellets. should also improve performance when delete large numbers of static route entries. --- templates/protocols/static/route/node.tag/next-hop/node.def | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/protocols/static/route/node.tag/next-hop/node.def b/templates/protocols/static/route/node.tag/next-hop/node.def index e631df83..c8632ed8 100644 --- a/templates/protocols/static/route/node.tag/next-hop/node.def +++ b/templates/protocols/static/route/node.tag/next-hop/node.def @@ -1,8 +1,7 @@ tag: type: ipv4 help: Set the next-hop router -delete: touch /tmp/static.$PPID -end: if [[ -f /tmp/static.$PPID ]] +end: if [[ ${COMMIT_ACTION} = 'DELETE' ]] then if ${vyatta_sbindir}/vyatta-gateway-static_route-check.pl \ "$VAR(../@)" "$VAR(@)" @@ -10,7 +9,6 @@ end: if [[ -f /tmp/static.$PPID ]] vyatta-vtysh -c "configure terminal" \ -c "no ip route $VAR(../@) $VAR(@)" fi - rm -f /tmp/static.$PPID else if [[ -n "$VAR(./distance/@)" ]] then -- cgit v1.2.3