Go to file
paul 02ff83c525 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
* filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
          to u_char. (ipv6_access_list_remark_cmd) ditto.
          if.c: ditto
        * network.c: (readn/writen) pointer arg should be type u_char.
        * plist.c: needs to include stream.h, not declare stream functions
          internally.
          (various) Add static qualifier to internal functions.
          (prefix_list_type_str) extraneous breaks in switch statement.
          (ip_prefix_list_description_cmd) buffer_putstr doesnt need cast
        * stream.h: depends on plist.h and export stream_put_prefix
        * vty.c: (vty_<telnet option build functions>) should use
          unsigned char, telnet options are 0 -> 255.
        * zclient.c: various u_char<->char type cleanups.
        * zebra.h: Having to define CMSG_* can apply to more than just
          BSDI_NRL.
        * ripd.c: (rip_distribute_update_all) distribute list hook
          function pointer prototype requires struct prefix_list * arg.
          (rip_distribute_update_all_wrapper) update to pass required arg,
          NULL.
2004-06-11 11:27:03 +00:00
bgpd CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
doc CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
guile CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
init CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
isisd CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
lib 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
ospf6d CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
ospfclient CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
ospfd CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
ports renamed ports/redhat to redhat/ 2003-01-18 02:08:50 +00:00
redhat Fix stray dollar sign that had crept into OSPF6D_OPTS and prevented ospf6d 2004-06-06 15:46:23 +00:00
ripd 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
ripngd CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
tests CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
tools Initial revision 2002-12-13 20:15:29 +00:00
vtysh CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
zebra CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
.cvsignore CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
ChangeLog 2004-05-11 Paul Jakma <paul@dishone.st> 2004-05-11 10:49:35 +00:00
config.guess Initial revision 2002-12-13 20:15:29 +00:00
config.sub Rivo Nurgess: Add cobalt machine type 2003-05-27 09:26:22 +00:00
configure.ac 2004-05-11 Paul Jakma <paul@dishone.st> 2004-05-11 10:49:35 +00:00
COPYING Initial revision 2002-12-13 20:15:29 +00:00
COPYING.LIB Initial revision 2002-12-13 20:15:29 +00:00
depcomp Initial revision 2002-12-13 20:15:29 +00:00
HACKING 2004-05-13 Paul Jakma <paul@dishone.st> 2004-05-13 13:38:06 +00:00
INSTALL Initial revision 2002-12-13 20:15:29 +00:00
install-sh Initial revision 2002-12-13 20:15:29 +00:00
Makefile.am 2004-01-10 Paul Jakma <paul@dishone.st> 2004-01-10 22:03:07 +00:00
missing Initial revision 2002-12-13 20:15:29 +00:00
mkinstalldirs Revert to zebra.org automake files 2003-02-17 23:54:05 +00:00
NEWS Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
README Initial revision 2002-12-13 20:15:29 +00:00
REPORTING-BUGS Zebra -> Quagga and reformatting. 2004-02-20 20:33:43 +00:00
SERVICES 2607/tcp is already used by ospfapi. 2003-12-23 10:42:45 +00:00
stamp-h.in Initial revision 2002-12-13 20:15:29 +00:00
TODO Initial revision 2002-12-13 20:15:29 +00:00
update-autotools Remove autom4te.cache to avoid problems with newer auto* tools. 2004-06-06 08:52:35 +00:00

GNU Zebra is free software that manages various IPv4 and IPv6 routing
protocols.

Currently GNU Zebra supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, and RIPng.
  
See the file INSTALL for building and installation instructions.
  
See the file REPORTING-BUGS to report bugs.
  
GNU Zebra is free software. See the file COPYING for copying conditions.