pf-tools/pf-tools: need to begin with ARP type, here, ethernet is 1
parmelan-guest at users.alioth.debian.org
parmelan-guest at users.alioth.debian.org
Mon Jul 28 15:47:59 UTC 2014
details: http://hg.debian.org/hg/pf-tools/pf-tools/rev/695096e19db9
changeset: 1282:695096e19db9
user: shad
date: Mon Jul 28 17:47:53 2014 +0200
description:
need to begin with ARP type, here, ethernet is 1
diffstat:
lib/PFTools/Utils.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r fa231f529fdb -r 695096e19db9 lib/PFTools/Utils.pm
--- a/lib/PFTools/Utils.pm Fri Jul 25 16:48:54 2014 +0200
+++ b/lib/PFTools/Utils.pm Mon Jul 28 17:47:53 2014 +0200
@@ -284,7 +284,7 @@
( my $mac = $host_ref->{'interfaces'}->{$iface}->{'mac'} )
=~ s{ [:] }{-}xmsg;
my $pxe_boot_file = join q{/}, $pf_config->{'path'}->{'pxefiles_dir'},
- $mac;
+ qq{01-$mac};
__make_file(
{ file_type => q{pxe_boot},
More information about the pf-tools-commits
mailing list