BIND 10 trac3242, updated. 555c87c709c5b8306f469e620cded1ca4c95f2e6 [3242] Removed typo from bind10-guide.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 7 14:16:23 UTC 2014


The branch, trac3242 has been updated
       via  555c87c709c5b8306f469e620cded1ca4c95f2e6 (commit)
       via  97cec5c2ecf2f1864b58497cf12ae848a78ee865 (commit)
      from  340784189765ee4dd56aaea7a71d50d2edf18684 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 555c87c709c5b8306f469e620cded1ca4c95f2e6
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Feb 7 15:13:44 2014 +0100

    [3242] Removed typo from bind10-guide.

commit 97cec5c2ecf2f1864b58497cf12ae848a78ee865
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Feb 7 15:12:55 2014 +0100

    [3242] Corrected typo in the DHCPv4 message.
    
    Also added a pointer to valid message types on IANA website, in the log
    message description.

-----------------------------------------------------------------------

Summary of changes:
 doc/guide/bind10-guide.xml       |    2 +-
 src/bin/dhcp4/dhcp4_messages.mes |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 13d99b0..c0eaefe 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -13,7 +13,7 @@
  - purpose with or without fee is hereby granted, provided that the above
  - copyright notice and this permission notice appear in all copies.
  -
- - THE SOFTWARE IS PROVIDED "DAS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  - AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
diff --git a/src/bin/dhcp4/dhcp4_messages.mes b/src/bin/dhcp4/dhcp4_messages.mes
index b9185d8..0c10da8 100644
--- a/src/bin/dhcp4/dhcp4_messages.mes
+++ b/src/bin/dhcp4/dhcp4_messages.mes
@@ -135,10 +135,11 @@ A "libreload" command was issued to reload the hooks libraries but for
 some reason the reload failed.  Other error messages issued from the
 hooks framework will indicate the nature of the problem.
 
-% DHCP4_UNRECOGNIZED_RCVD_PACKET_TYPE received message (transaction id %1) has unregonized type %2
+% DHCP4_UNRECOGNIZED_RCVD_PACKET_TYPE received message (transaction id %1) has unrecognized type %2 in option 53
 This debug message indicates that the message type carried in DHCPv4 option
-53 is unrecognized by the server. The valid message types are available
-on the IANA website. The message will not be processed by the server.
+53 is unrecognized by the server. The valid message types are listed
+on the IANA website: http://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml#message-type-53.
+The message will not be processed by the server.
 
 % DHCP4_LEASE_ADVERT lease %1 advertised (client client-id %2, hwaddr %3)
 This debug message indicates that the server successfully advertised



More information about the bind10-changes mailing list