Fails to handle a combination of option and else

Bug #1845221 reported by Bob Harold
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
iscpy (Ubuntu)
New
Undecided
Unassigned

Bug Description

AssertionError on this portion of a dhcpd.conf file:

class "AppleNBI-ppc" {
match if substring (option vendor-class-identifier, 0, 13) = "AAPLBSDPC/ppc";
if (option dhcp-message-type = 1) {
option vendor-encapsulated-options 08:04:81:00:00:09;
}
else {
option vendor-encapsulated-options 00:01:02:03:04:05:06:07;
}
}

If either the "option" line or the "else" section is removed, it works, but it does not handle the combination of those lines. This is part of a valid, working DHCP configuration file.

Description: Linux Mint 19.1 Tessa
Release: 19.1

python-iscpy_1.05-0ubuntu2_all.deb

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.