[Bug 4279] DHCP Client: has no broadcast bit support

bugzilla at busybox.net bugzilla at busybox.net
Fri Nov 18 01:14:17 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4279

--- Comment #2 from Denys Vlasenko <vda.linux at googlemail.com> 2011-11-18 01:14:17 UTC ---
We have this code in add_client_options() which handles -B option:

        /* Request broadcast replies if we have no IP addr */
        if ((option_mask32 & OPT_B) && packet->ciaddr == 0)
                packet->flags |= htons(BROADCAST_FLAG);

Do you need something more to be done?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list