Project

General

Profile

Actions

Bug #11905

closed
VG VG

DHCPv4 server configuration does not include ARM TFTP filenames

Bug #11905: DHCPv4 server configuration does not include ARM TFTP filenames

Added by Viktor Gurov over 5 years ago. Updated over 4 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

JP Updated by Jim Pingle over 5 years ago Actions #2

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

RB Updated by Renato Botelho about 5 years ago Actions #3

  • 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!

JP Updated by Jim Pingle about 5 years ago Actions #4

  • 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.

JP Updated by Jim Pingle almost 5 years ago Actions #5

  • Plus Target Version changed from 21.09 to 22.01

JP Updated by Jim Pingle over 4 years ago Actions #6

  • Status changed from Feedback to Closed
Actions

Also available in: Atom