diff options
Diffstat (limited to 'templates/protocols')
-rw-r--r-- | templates/protocols/bgp/node.def | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/protocols/bgp/node.def b/templates/protocols/bgp/node.def index bd7916eb..44319838 100644 --- a/templates/protocols/bgp/node.def +++ b/templates/protocols/bgp/node.def @@ -8,8 +8,7 @@ syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967294 ; \ "AS number must be between 1 and 4294967294" end: - -if [ "$COMMIT_SIBLING_POSITION" = "FIRST" ] || \ - [ "$COMMIT_SIBLING_POSITION" = "FIRSTLAST" ] ; then +if [ ! -f "/tmp/protocols-bgp.$PPID" ]; then + touch /tmp/protocols-bgp.$PPID; /opt/vyatta/sbin/vyatta-bgp.pl --main fi;
\ No newline at end of file |