diff options
-rw-r--r-- | templates/protocols/bgp/node.def | 3 |
1 files changed, 1 insertions, 2 deletions
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; |