Branch oldpackages for 14.07
[14.07/packages.git] / ipv6 / ptrtd / files / ptrtd.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006-2011 OpenWrt.org
3
4 START=60
5
6 PREFIX="3ffe:abcd:1234:9876::"
7 LEN=64
8
9 start() {
10         service_start /usr/sbin/ptrtd -p $PREFIX -l $LEN
11 }
12
13 stop() {
14         service_stop /usr/sbin/ptrtd
15 }