Project

General

Profile

Actions

Bug #11905

closed

DHCPv4 server configuration does not include ARM TFTP filenames

Added by Viktor Gurov almost 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Viktor Gurov
Category:
DHCP (IPv4)
Target version:
Start date:
05/11/2021
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
22.01
Release Notes:
Default
Affected Version:
Affected Architecture:

Description

The resulting file /var/dhcpd/etc/dhcpd.conf does not include the ARM TFTP filenames,
but only includes it for pool config:

    if option arch = 00:06 {
        filename "uefi32.fw";
    } else if option arch = 00:07 {
        filename "uefi64.fw";
    } else if option arch = 00:09 {
        filename "uefi64.fw";
    } else {
        filename "bios.fw";
    }

pool config part:

        if option arch = 00:06 {
            filename "uefi32.fw";
        } else if option arch = 00:07 {
            filename "uefi64.fw";
        } else if option arch = 00:09 {
            filename "uefi64.fw";
        } else if option arch = 00:0a {
            filename "armuefi32.fw";
        } else if option arch = 00:0b {
            filename "armuefi32.fw";
        } else {
            filename "bios.fw";
        }

related to #10374

Actions #2

Updated by Jim Pingle almost 3 years ago

  • Status changed from New to Pull Request Review
  • Target version set to 2.6.0
Actions #3

Updated by Renato Botelho almost 3 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Viktor Gurov
  • Plus Target Version set to 21.09

PR has been merged. Thanks!

Actions #4

Updated by Jim Pingle over 2 years ago

  • Subject changed from DHCPv4 server config doesn't include ARM TFTP filenames to DHCPv4 server configuration does not include ARM TFTP filenames

Updating subject for release notes.

Actions #5

Updated by Jim Pingle over 2 years ago

  • Plus Target Version changed from 21.09 to 22.01
Actions #6

Updated by Jim Pingle about 2 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF