This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001944] New: The DHCPREQUEST message should contain the same 'xid' as the DHCPOFFER message.


Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001944

            Bug ID: 1001944
           Summary: The  DHCPREQUEST message should contain the same 'xid'
                    as the DHCPOFFER message.
           Product: eCos
           Version: CVS
            Target: All
  Architecture/Host All
                OS:
            Status: UNCONFIRMED
          Severity: minor
          Priority: low
         Component: TCP/IP
          Assignee: unassigned@bugs.ecos.sourceware.org
          Reporter: J.Lambrecht@televic.com
                CC: ecos-bugs@ecos.sourceware.org

Created attachment 2450
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2450&action=edit
patch that fixes this bug

According to RFC 2131 (http://www.faqs.org/rfcs/rfc2131.html): "The 
DHCPREQUEST message contains the same 'xid' as the DHCPOFFER message."
So in a DHCP DORA cycle (Discover-Offer-Request-Acknowledge) the same 
transaction ID should be used ('xid' in C code).
Now the next 'xid' is taken: "Happy to advance, so new XID"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]