#!/bin/sh
# This should be called whenever an interface goes down, not just when
# it is brought down explicitly.

cd /etc/sysconfig/network-scripts
. network-functions

CONFIG=$1
source_config

# Notify programs that have requested notification
do_netreport

exit 0