From 279f00ca1e8a6e97b6ff35bdc94c1c51c0f3cc52 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 31 Aug 2009 17:43:21 +0000 Subject: [PATCH] -Move '!myipfn!' resolution to client to allow invariant tftp content git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4062 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/pxe.pm b/xCAT-server/lib/xcat/plugins/pxe.pm index 5f0f13961..d4b43d85a 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -84,7 +84,7 @@ sub setstate { } } if ($kern->{kcmdline} =~ /!myipfn!/) { - my $ipfn = xCAT::Utils->my_ip_facing($node); + my $ipfn = "${next-server}";#xCAT::Utils->my_ip_facing($node); unless ($ipfn) { my @myself = xCAT::Utils->determinehostname(); my $myname = $myself[(scalar @myself)-1];