summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
Commit message (Collapse)AuthorAgeFilesLines
* 2003-06-15 Paul Jakma <paul@dishone.st>paul2003-06-151-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.hasso2003-05-251-0/+6
|
* [zebra 18626] move zebra socket paths to configure.acpaul2003-04-071-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 revisionpaul2002-12-131-0/+132