Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon. | hasso | 2005-08-27 | 1 | -1/+1 |
| | | | | Forwardport from stable branch. | ||||
* | * lib/prefix.[hc]: inet6_ntoa utility function copied fromquagga_pre_listloop_cleanup | hasso | 2005-04-05 | 1 | -2/+0 |
| | | | | | | | | 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(). | ||||
* | Only warning left is the known lvalue problem in ripng_nexthop.c. | hasso | 2004-10-08 | 1 | -1/+1 |
| | |||||
* | Ripngd part of 6Wind patch. | hasso | 2003-05-25 | 1 | -14/+98 |
| | |||||
* | [zebra 18626] move zebra socket paths to configure.ac | paul | 2003-04-07 | 1 | -1/+0 |
| | | | | | | | | | | | moved definition of the various socket paths from the per daemon header files into configure.ac. it will set the paths to be in the directory specified by --localstatedir=<prefix> or otherwise will try to guess as best it can ( a la pid file path detection - which probably should try reference ${prefix} too). the present hardcoded socket path, /tmp, isnt really correct. should be in /var somewhere really. | ||||
* | Initial revision | paul | 2002-12-13 | 1 | -0/+318 |