Project

General

Profile

Actions

Bug #10295

closed

Unescaped characters in dhcp-client-identifier prevent DHCPD from starting on interface

Added by Chris Linstruth about 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
Normal
Category:
DHCP (IPv4)
Target version:
Start date:
02/26/2020
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.5
Affected Architecture:

Description

The following is allowed by the webgui in a static mapping: Client Identifier: 32" Sony Trinitron

That creates a configuration that cannot be loaded:

host s_lan_0 {
        hardware ethernet 01:02:03:04:05:06;
        option dhcp-client-identifier "32" Sony Trinitron";
    option host-name "32-Sony";
    option domain-name-servers 172.25.228.1;
}
Actions #1

Updated by Viktor Gurov about 4 years ago

This fix replaces the double quote character with '&quot':
https://github.com/pfsense/pfsense/pull/4211

There is no issue with other special characters (',./!@#$%^&*()~)

Actions #2

Updated by Jim Pingle about 4 years ago

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

Updated by Renato Botelho about 4 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Renato Botelho
  • % Done changed from 0 to 100

PR has been merged. Thanks!

Actions #4

Updated by Viktor Gurov about 4 years ago

  • Status changed from Feedback to Resolved

fine on 2.5.0.a.20200319.0930

Actions

Also available in: Atom PDF