summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/disable/node.def
blob: d23c9c5f38e25ee9d398c231a8526f9bc9d0dd5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
type: bool
help: Disable RIPng daemon
default: false
update: if [ $VAR(@) == "true" ];
	then sudo ${vyatta_sbindir}/vyatta-protocol stop ripngd
	else sudo ${vyatta_sbindir}/vyatta-protocol start ripngd
	fi
possible completions:
  true     Stop RIPng daemon
  false    Start RIPng daemon

allowed: echo "true false"