#!/bin/sh # # $Id: ifdown-post,v 1.8 1999/10/13 21:28:40 kloczek Exp $ # # This should be called whenever an interface goes down, not just when # it is brought down explicitly. CONFIG=$1 . /etc/sysconfig/network . /etc/rc.d/init.d/functions . /etc/sysconfig/network-scripts/.functions source_config # Notify programs that have requested notification do_netreport exit 0