From 11273dd169ba2a6b8e742bd7d8bc43958c5306b7 Mon Sep 17 00:00:00 2001 From: Damir Dzeko Date: Sun, 20 Mar 2005 21:01:19 +0000 Subject: [PATCH] r5: Ispravka u get_cidr (get_ifaddr -> cp_get_ifaddr) --- functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4