From a90e82012aad8bfe6f4b56d62a3a2e6d4195d38a Mon Sep 17 00:00:00 2001
From: linggao <linggao@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd>
Date: Tue, 1 Jun 2010 14:27:13 +0000
Subject: [PATCH] ipforwarding on sn for AIX

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6285 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
---
 perl-xCAT/xCAT/NetworkUtils.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/perl-xCAT/xCAT/NetworkUtils.pm b/perl-xCAT/xCAT/NetworkUtils.pm
index 2e65fc1e0..dbb9e09c7 100755
--- a/perl-xCAT/xCAT/NetworkUtils.pm
+++ b/perl-xCAT/xCAT/NetworkUtils.pm
@@ -361,7 +361,8 @@ sub setup_ip_forwarding
 	`sysctl -p $conf_file`;
     }
     else
-    {    #AIX: TODO
+    {    
+	`no -o ipforwarding=$enable`;
     }
     return 0;
 }