#!/bin/bash
SCRIPT="/etc/sysconfig/network-scripts/pre-up-$1"
[ -x $SCRIPT ] && . $SCRIPT
