diff options
author | hasso <hasso> | 2005-04-05 14:36:49 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-04-05 14:36:49 +0000 |
commit | 5920990fecba7e2430af3cfaa8bcbaed40d0ba1a (patch) | |
tree | d91dd49e4ed2c03cd0c007660232716f11172a56 /ripngd/ChangeLog | |
parent | 6a52470660000bb6ddba971dc5c40b3422ab49bc (diff) |
* lib/prefix.[hc]: inet6_ntoa utility function copied from
ripngd/ripngd.c (inet6_ntop).
* ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
from lib is used now.
* ripng_interface.c: inet6_ntop() -> inet6_ntoa().
* ripng_peer.c: inet6_ntop() -> inet6_ntoa().
Diffstat (limited to 'ripngd/ChangeLog')
-rw-r--r-- | ripngd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 7c6176c5..78e1107f 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,10 @@ +2005-04-05 Hasso Tepper <hasso at quagga.net> + + * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa() + from lib is used now. + * ripng_interface.c: inet6_ntop() -> inet6_ntoa(). + * ripng_peer.c: inet6_ntop() -> inet6_ntoa(). + 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ripng_interface.c: (ripng_interface_delete) After deleting, set |