Skip to content

Commit

Permalink
* bsdi4/sys/netinet/in_pcb.c: remove NRL bind(2) ordering constraint.
Browse files Browse the repository at this point in the history
  NRL code forbids wildcard IPv4 bind after wildcard IPv6 bind on
  the same port number.  it was mistake.  now bind(2) is free from
  ordering constraint.
  • Loading branch information
itojun committed May 28, 2000
1 parent 6d86f12 commit 87e66fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
CHANGELOG for KAME kit

$Id: CHANGELOG,v 1.946 2000/05/28 06:35:16 itojun Exp $
$Id: CHANGELOG,v 1.947 2000/05/28 15:08:44 itojun Exp $

<200005>
Mon May 29 00:04:15 JST 2000 itojun@iijlab.net
* bsdi4/sys/netinet/in_pcb.c: remove NRL bind(2) ordering constraint.
NRL code forbids wildcard IPv4 bind after wildcard IPv6 bind on
the same port number. it was mistake. now bind(2) is free from
ordering constraint.

Sun May 28 15:33:11 JST 2000 itojun@iijlab.net
* netbsd/pkgsrc/net/{libpcap,tcpdump}: use 2000/5/22 weekly snap.

Expand Down

0 comments on commit 87e66fd

Please sign in to comment.