#!/bin/sh

[ "$ACTION" = "ifup" ] && /etc/init.d/arpbind start
exit 0
