Go to file
paul 6ad23f05e3 2004-02-17 Paul Jakma <paul@dishone.st>
* bgpd.h: (bgp_peer) add fd_local and fd_accept
          file descriptor's, fd becomes a pointer to one of these.
        * bgpd.c: (global) adjust for fact that fd is now a pointer.
          (peer_create_accept) removed.
        * bgp_route.c: (global) adjust for change of peer fd to pointer
        * bgp_packet.c: (bgp_collision_detect) adjust and remove the
          "replace with other peer" hack.
        * bgp_network.c: (bgp_accept) Remove the dummy peer hack.
          Update peer->fd_accept instead.
          (global) Adjust fd references - now a pointer.
        * bgp_fsm.c: (global) adjust peer fd to pointer.
          (bgp_connection_stop) new function, to stop connection.
          (global) adjust everything which closed peer fd to use
          bgp_connection_stop().
2004-02-17 19:45:10 +00:00
bgpd 2004-02-17 Paul Jakma <paul@dishone.st> 2004-02-17 19:45:10 +00:00
doc Let's use 2608/tcp for isisd. 2003-12-23 10:50:21 +00:00
guile Add Makefile.in to the remaining .cvsignore's 2003-04-09 06:37:27 +00:00
init Removed out of date init/redhat. 2003-01-18 01:46:14 +00:00
isisd Threads usage cleanup. Still at least one bug to go. 2004-02-11 20:26:31 +00:00
lib add some /* XXX assert() */ for questionable assumptions (no code 2004-02-13 17:44:50 +00:00
ospf6d Add support for --enable-exampledir to specify where to place example 2003-12-03 17:24:27 +00:00
ospfclient {lib,ospfd,ospfapi}/Makefile.am: 2003-12-08 18:12:34 +00:00
ospfd add an XXX at a point where ifindex_num is assumed to be one w/o 2004-02-13 17:40:51 +00:00
ports renamed ports/redhat to redhat/ 2003-01-18 02:08:50 +00:00
redhat Exclude Makefile and Makefile.in 2004-01-10 20:44:18 +00:00
ripd 2004-01-23 sowmini.varadhan@sun.com 2004-01-23 15:31:42 +00:00
ripngd 2004-01-19 Paul Jakma <paul@dishone.st> 2004-01-19 21:31:15 +00:00
tests add appropriate cvsignore 2004-01-19 21:33:17 +00:00
tools Initial revision 2002-12-13 20:15:29 +00:00
vtysh 2004-01-15 Paul Jakma <paul@dishone.st> 2004-01-15 01:00:49 +00:00
zebra Added "ipv6 forwarding" command and fixed "no ipv6 forwarding" help. 2004-02-11 22:42:16 +00:00
.cvsignore 2003-08-12 Paul Jakma <paul@dishone.st> 2003-08-12 13:08:31 +00:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
ChangeLog 2004-01-19 Paul Jakma <paul@dishone.st> 2004-01-19 21:31:15 +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 Fix build on FreeBSD 4.7 and FreeBSD 5.1: 2004-01-10 20:42: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-01-09 Paul Jakma <paul@dishone.st> 2004-01-09 16:34:54 +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 Initial revision 2002-12-13 20:15:29 +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 Initial revision 2002-12-13 20:15:29 +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.