#!/bin/bash
#
# Usage:
#   rcsIpControl
#
# Where:
#
# This script run the ip command.
#
#ENDUSAGE
#****************************************************************************

exec /sbin/ip $*
