#!/bin/sh
set -e
if [ "$IFACE" = br0 ]; then
  # no networkd-dispatcher event for 'carrier' on the physical interface
  ip link set eth0 up promisc on
fi
