#!/bin/sh # shellcheck disable=SC1091,SC3060 if [ -x /etc/init.d/pbr ] && /etc/init.d/pbr enabled; then logger -t pbr "Reloading pbr $INTERFACE interface routing due to $ACTION of $INTERFACE ($DEVICE)" /etc/init.d/pbr on_interface_reload "$INTERFACE" fi