aboutsummaryrefslogtreecommitdiff
path: root/net/nlbwmon/files/nlbwmon.hotplug
blob: bd486820fad1601355183c74ef4f8b6139591a32 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

[ -n "$DEVICE" ] || exit 0

[ "$ACTION" = ifup ] && /etc/init.d/nlbwmon enabled && {
	/etc/init.d/nlbwmon reload
	logger -t nlbwmon "Reloading nlbwmon due to $ACTION of $INTERFACE ($DEVICE)"
}