From 90e9b7f573db2c82f12159188a4c83d7e23e3e83 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 3 Apr 2009 18:05:37 +0000 Subject: [PATCH] -Handle remote interfaces again git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3084 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index a7001f62e..d84cc16db 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -507,8 +507,10 @@ sub process_request my $ifarg = "$dhcpd_key=\""; foreach (keys %activenics) { + if (/!remote!/) { next; } $ifarg .= " $_"; } + $ifarg =~ s/^ //; $ifarg .= "\"\n"; while () {