Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * prefix.[hc]: Pass argument to the inet6_ntoa by value making it more | hasso | 2005-04-08 | 1 | -1/+1 |
| | | | | | | inet_ntoa alike. * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes argument now by value. | ||||
* | * lib/prefix.[hc]: inet6_ntoa utility function copied fromquagga_pre_listloop_cleanup | hasso | 2005-04-05 | 1 | -0/+2 |
| | | | | | | | | 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(). | ||||
* | OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, | hasso | 2004-10-19 | 1 | -0/+8 |
| | | | | ripd might need some more testing though. | ||||
* | First small part of lib cleanup. Mainly "constification" of arguments and | hasso | 2004-10-04 | 1 | -27/+29 |
| | | | | adding FIXME's. | ||||
* | Explain the dual use of struct prefix for CIDR prefixes and | gdt | 2004-01-13 | 1 | -0/+9 |
| | | | | address/netmask pairs, and clarify the two comparison functions. | ||||
* | Initial revision | paul | 2002-12-13 | 1 | -0/+161 |