Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2003-06-15 Paul Jakma <paul@dishone.st> | paul | 2003-06-15 | 1 | -0/+12 |
| | | | | | | | | * lib/vty.{c,h}: Remove vty layer depending on a 'master' global, pass the thread master in explicitly to vty_init. Sort out some header dependency problems with lib/command.h * zebra/: Move globals to struct zebrad. Update vty_init(). * (.*)/\1_main.c: update call to vty_init(). | ||||
* | Last fixes from 6Wind patch. | hasso | 2003-05-25 | 1 | -0/+6 |
| | |||||
* | [zebra 18626] move zebra socket paths to configure.ac | paul | 2003-04-07 | 1 | -2/+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/+132 |