From: Damir Dzeko Date: Sun, 20 Mar 2005 21:01:19 +0000 (+0000) Subject: r5: Ispravka u get_cidr (get_ifaddr -> cp_get_ifaddr) X-Git-Tag: debian/3.0.0~100 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-tools-cn.git;a=commitdiff_plain;h=11273dd169ba2a6b8e742bd7d8bc43958c5306b7 r5: Ispravka u get_cidr (get_ifaddr -> cp_get_ifaddr) --- diff --git a/functions.sh b/functions.sh index 06e42be..2f14b52 100644 --- a/functions.sh +++ b/functions.sh @@ -63,12 +63,12 @@ cp_get_cidr() { return 1 fi - ipaddress="`get_ifaddr $interface`" + ipaddress="`cp_get_ifaddr $interface`" if [ -z $ipaddress ]; then [ -z "$CP_ECHO_RETURN" ] || echo "cp_get_cidr: $interface: No such ipaddress" return 1 fi - netmask="`get_ifmask $interface`" + netmask="`cp_get_ifmask $interface`" if [ -z $netmask ]; then [ -z "$CP_ECHO_RETURN" ] || echo "cp_get_cidr: $interface: No such netmask" return 1