From www@isc.org Fri Jun 30 06:47:00 2017 X-Original-To: dhcp-public@bugs.isc.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 From: "Karthik KS" MIME-Version: 1.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id D1C16D78A9E for ; Fri, 30 Jun 2017 06:47:00 +0000 (UTC) Received: from iscwebprod.isc.org (iscwebprod.isc.org [IPv6:2001:4f8:1:d::16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id A8707349412 for ; Fri, 30 Jun 2017 06:46:58 +0000 (UTC) Received: from www (uid 80) (envelope-from www@iscwebprod.isc.org) id 7b7d08 by iscwebprod.isc.org (DragonFly Mail Agent v0.11); Fri, 30 Jun 2017 06:46:58 +0000 content-type: text/plain; charset="utf-8" X-RT-Incoming-Encryption: Not encrypted Date: Fri, 30 Jun 2017 06:46:58 +0000 Message-ID: X-PHP-Originating-Script: 20001:class-phpmailer.php Subject: isc-dhcpd-4.2.4-P1 - Request to enhance DHCPD to allow the user to modify the order of options in DHCP messages To: dhcp-suggest@isc.org Delivered-To: dhcp-public@bugs.isc.org Return-Path: X-Wpcf7-Content-Type: text/plain X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer) X-RT-Original-Encoding: utf-8 X-RT-Interface: Email Content-Length: 707 Bug Report from www.isc.org: Name: Karthik KS Email: karthik.ks@nokia.com Software Version: isc-dhcpd-4.2.4-P1 OS: Linux Subject:Request to enhance DHCPD to allow the user to modify the order of options in DHCP messages Bug Detail =========== Currently dhcpd sends the DHCP messages with Options in a pre-defined manner as follows: Option 53 Option 54 Option 51 Option 1 Option 28 Option 3 Option 26 Option 43. Request enhancement in DHCPD, so that, the user can specify the order in which the options can be sent. DHCPD can take the order in which the options are written in the dhcpd.conf file, and accordingly build the DHCP message. --- This email was received through isc.org Bug Submission Form