From 805adea8be0e92a11004a2ebf3f1866606806b36 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Tue, 12 Nov 2013 18:44:14 -0800 Subject: [PATCH] cacl broadcast address in configeth --- xCAT/postscripts/configeth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/configeth b/xCAT/postscripts/configeth index 8ffb78c77..c9e73068c 100755 --- a/xCAT/postscripts/configeth +++ b/xCAT/postscripts/configeth @@ -199,7 +199,7 @@ function add_ip_temporary(){ str_label=$str_nic_name fi - str_bcase=$(calcbcase $str_ip $str_mask) + str_bcase=$(v4calcbcase $str_ip $str_mask) #the label is ready, add the ip address directly ip addr add $str_ip/${str_mask} broadcast $str_bcase dev $str_nic_name scope global label $str_label fi