From 3222b91b8d84e30953e3def1525a78747f857eb8 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 19 Nov 2010 09:23:26 -0800 Subject: Need to skip LAST node tag when configuring bgp node, but let all others through. --- templates/protocols/bgp/node.def | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/protocols/bgp/node.def b/templates/protocols/bgp/node.def index 3f55aab6..01f75f02 100644 --- a/templates/protocols/bgp/node.def +++ b/templates/protocols/bgp/node.def @@ -9,7 +9,6 @@ syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967294 ; \ end: -if [ "$COMMIT_SIBLING_POSITION" = "FIRST" ] || \ - [ "$COMMIT_SIBLING_POSITION" = "FIRSTLAST" ] ; then +if [ "$COMMIT_SIBLING_POSITION" != "LAST" ] ; then /opt/vyatta/sbin/vyatta-bgp.pl --main fi; -- cgit v1.2.3