Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-27 | * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon. | hasso | |
Forwardport from stable branch. | |||
2005-04-05 | * lib/prefix.[hc]: inet6_ntoa utility function copied from | hasso | |
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(). | |||
2004-10-08 | Only warning left is the known lvalue problem in ripng_nexthop.c. | hasso | |
2003-05-25 | Ripngd part of 6Wind patch. | hasso | |
2003-04-07 | [zebra 18626] move zebra socket paths to configure.ac | paul | |
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. | |||
2002-12-13 | Initial revision | paul | |