Report information
The Basics
Id:
40591
Status:
resolved
Estimated:
8 hours (480 minutes)
Worked:
2.67 hours (160 minutes)
Users:
tmark: 2.67 hours (160 minutes)
Left:
8 hours (480 minutes)
Priority:
Low/Low
Queue:

BugTracker
Version Fixed:
4.3.4 4.1-ESV-R13
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
4.3.4
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
DHCP Server
Area:
bug

Attachments
Dates
Created:Thu, 03 Sep 2015 12:56:37 -0400
Updated:Fri, 07 Jul 2017 19:41:39 -0400
Closed:Thu, 24 Sep 2015 07:09:15 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: lpf wrongly checks for VLAN ID
Date: Thu, 3 Sep 2015 18:56:31 +0200
To: dhcp-bugs@isc.org
From: "Jiri Popelka" <jpopelka@redhat.com>
Hello, I've had a bug report [1] from a guy [2] from CISCO, that a recently added check [3] in lpf breaks dhclient for him. He clearly describes the culprit in comment #7: "The check is checking the whole TCI value in the packet rather than just the VLAN ID portion. It should be checking only the bottom 12-bits of the TCI." He seems to be right, see for example [4] or [5]. I've attached the patch he's testing now. -- Jiri [1] https://bugzilla.redhat.com/show_bug.cgi?id=1259552 [2] Keith Mitchell: kamitch@cisco.com [3] https://source.isc.org/cgi-bin/gitweb.cgi?p=dhcp.git;a=commitdiff;h=29170f9da9826bd7191f4ad644e61b76c49f6cc6 [4] http://www.microhowto.info/tutorials/802.1q.html#idp6080 [5] https://en.wikipedia.org/wiki/IEEE_802.1Q#Frame_format

Message body is not shown because sender requested not to inline it.

Hello Jiri: We have implemented the patch you supplied to correct this issue. It will be in included in 4.3.4 and 4.1-ESV-R13. As usual we've given you due credit and the release notes and thank you for continued involvement and contributions. Keep 'em coming! Sincerely, Thomas Markwalder ISC Software Engineering
Subject: Re: [ISC-Bugs #40591] lpf wrongly checks for VLAN ID
Date: Wed, 23 Sep 2015 17:36:55 +0200
To: dhcp-review@isc.org
From: "Jiri Popelka" <jpopelka@redhat.com>
Thanks. There's a typo in RELNOTES: "The linux packet fitler code ..." s/fitler/filter/ -- Jiri
On Wed Sep 23 15:37:00 2015, jpopelka@redhat.com wrote: > Thanks. > > There's a typo in RELNOTES: > > "The linux packet fitler code ..." > > s/fitler/filter/ > > -- > Jiri > Oops, got it. Thanks.