r5: Ispravka u get_cidr (get_ifaddr -> cp_get_ifaddr)
[carnet-tools-cn.git] / functions.sh
index 06e42be..2f14b52 100644 (file)
@@ -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