summaryrefslogtreecommitdiffstats
path: root/net/tcfilter/files/tcfilter.hotplug-net
blob: 18c5dc8228a9eb072f11c837a79eaa71267abe92 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0-only
# A managed netdev (re)appeared - re-apply just the rules bound to it.

dev="${INTERFACE:-$DEVICE}"

[ "$ACTION" = "add" ] || exit 0
[ -n "$dev" ] || exit 0
[ -x /etc/init.d/tcfilter ] || exit 0
[ -f /var/run/tcfilter.state ] || exit 0

/etc/init.d/tcfilter reapply_dev "$dev"