diff options
author | ajs <ajs> | 2005-10-21 02:57:41 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-10-21 02:57:41 +0000 |
commit | c188c37caaf589a17b22e9889e63ec96f2f57106 (patch) | |
tree | 018d7f024a08c986a5558425ede05590518c9a23 /lib/ChangeLog | |
parent | f9ad937f537df92bf3119686eee97db7b7176674 (diff) |
2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* sockopt.c: (setsockopt_multicast_ipv4) If IP_ADD_MEMBERSHIP
fails with errno equal to EADDRINUSE, then issue an info
message and try IP_DROP_MEMBERSHIP followed by IP_ADD_MEMBERSHIP.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index c94e5639..26b478bf 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * sockopt.c: (setsockopt_multicast_ipv4) If IP_ADD_MEMBERSHIP + fails with errno equal to EADDRINUSE, then issue an info + message and try IP_DROP_MEMBERSHIP followed by IP_ADD_MEMBERSHIP. + +2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * memory.c: (show_memory_vty) Omit zero statistics. Print separators only if some non-zero stats have been printed in between. (show_separator) New function to print a separator. |