diff --git a/xCAT-server/lib/xcat/plugins/AAsn.pm b/xCAT-server/lib/xcat/plugins/AAsn.pm index 9b4c4f2b2..ee0f232e1 100644 --- a/xCAT-server/lib/xcat/plugins/AAsn.pm +++ b/xCAT-server/lib/xcat/plugins/AAsn.pm @@ -1264,12 +1264,12 @@ sub setup_ip_forwarding `echo "net.ipv4.ip_forward = 1" >> $conf_file`; } $rc = `sysctl -p $conf_file`; + return $rc; } else { #AIX: TODO } - return $rc; }