diff options
author | paul <paul> | 2004-07-23 17:26:14 +0200 |
---|---|---|
committer | paul <paul> | 2004-07-23 17:26:14 +0200 |
commit | 5b73a671aac22a75cc90657aa4a924d199f2284b (patch) | |
tree | 8716d34430c239cb994ba286db18efb24eb09319 /zebra/zserv.h | |
parent | 2004-07-23 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-5b73a671aac22a75cc90657aa4a924d199f2284b.tar.xz frr-5b73a671aac22a75cc90657aa4a924d199f2284b.zip |
2004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
* if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
* zserv.c: ditto
* ioctl_solaris.c: ditto.
* interface.c: cast for LLADDR
* interface.h: Add guards, include redistribute.h and remove
extraneous definitions of zebra_interface_{up,down}_update
* ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
* redistribute.h: include dependent header, zserv.h
* zserv.h: include dependent header, rib.h
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index f043099b5..90e85f689 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -22,6 +22,8 @@ #ifndef _ZEBRA_ZSERV_H #define _ZEBRA_ZSERV_H +#include "rib.h" + /* Default port information. */ #define ZEBRA_PORT 2600 #define ZEBRA_VTY_PORT 2601 |