#!/bin/sh #---------------------------------------------------------------------------- # /etc/ppp/ipv6pre-up100.dhcpv6 - request IPv6 prefix # # Last Update: $Id$ #---------------------------------------------------------------------------- pidfile=/var/run/dibbler.pid if [ "$is_default_route" = "yes" ] then dibbler-client run >/var/log/dibbler.log 2>&1 & echo $! > $pidfile fi