#!/bin/sh

[ "$ACTION" = add -a "$DEVICENAME" = br-lan ] || exit 0
sleep 1
ip link set docker-lan-d master docker-lan
