diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-07-18 17:37:13 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-07-18 17:37:13 +0000 |
commit | a9c1365872e9554de8f45cd859c57c5192b51a8e (patch) | |
tree | cb059c2d081851fbf3c87cc6b15595232c2103be /pfinet/ChangeLog | |
parent | de810c391f2ef32edf6106340a274b01b006cdce (diff) |
2001-07-18 Marcus Brinkmann <marcus@gnu.org>
* linux-src/net/ipv4/devinit.c (configure_device): Initialize IFA
correctly. If we are setting the peer on an IFF_POINTOPOINT link,
force the netmask to 255.255.255.255.
By Neal H Walfield <neal@cs.uml.edu>.
Diffstat (limited to 'pfinet/ChangeLog')
-rw-r--r-- | pfinet/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 0a32afc7..c701197c 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,10 @@ +2001-07-18 Marcus Brinkmann <marcus@gnu.org> + + * linux-src/net/ipv4/devinit.c (configure_device): Initialize IFA + correctly. If we are setting the peer on an IFF_POINTOPOINT link, + force the netmask to 255.255.255.255. + By Neal H Walfield <neal@cs.uml.edu>. + 2001-07-13 Neal H Walfield <neal@cs.uml.edu> * options.c (parse_opt): In the cases where we hold global_lock |