type: bool help: Disable BGP daemon default: false update: if [ $VAR(@) == "true" ]; then sudo ${vyatta_sbindir}/vyatta-protocol stop bgpd else sudo ${vyatta_sbindir}/vyatta-protocol start bgpd fi possible completions: true Stop BGP daemon false Start BGP daemon allowed: echo "true false"