Bug 20331

Summary: dhclient configures the broadcast address incorrectly
Product: Base System Reporter: Tony Finch <dot>
Component: binAssignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Tony Finch 2000-08-01 03:20:01 UTC
dhclient configures the broadcast address of an interface to the
subnet's base address

Fix: Fortunately it's just a simple cut & paste coding error.
How-To-Repeat: 
This is the situation on my machine right now.

fanf@hand.dotat.at:~
:; ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 
        inet6 ::1 prefixlen 128 
        inet 127.0.0.1 netmask 0xff000000 
ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::280:c8ff:fe87:ec91%ed0 prefixlen 64 scopeid 0x2 
        inet 10.0.0.35 netmask 0xffffff00 broadcast 10.0.0.0
        ether 00:80:c8:87:ec:91 
fanf@hand.dotat.at:~
:; ps aux | grep dhc 
fanf  7528  0.0  0.4  1036  512  p1  S+    2:14AM   0:00.00 grep dhc
root  1277  0.0  0.2   536  280  ??  Is    4:45AM   0:00.00 /sbin/dhclient ed0
fanf@hand.dotat.at:~
:;
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-01 09:31:45 UTC
Responsible Changed
From-To: freebsd-bugs->obrien

David, this one contains a patch. :-)
Comment 2 David E. O'Brien freebsd_committer freebsd_triage 2000-08-10 11:29:31 UTC
State Changed
From-To: open->closed

fixed.