#!/bin/sh
IFACE="$1"
# XXX Options need to be configurable
odhcp6c -P 0 -d -v -f -p "/run/odhcp6c.$IFACE.pid" "$IFACE"
