The FRRouting Protocol Suite
Find a file
Paul Jakma d664ae1182 [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns
2007-08-31 Paul Jakma <paul.jakma@sun.com>

	* (general) Add 'bgp open-accept' option, to allow bgpd to send OPEN
	  on accepted connections, i.e. to not wait till after
	  collision-detect to send OPEN, which appears to be allowed in
	  RFC4271. This may help speed up establishing sessions, or help
	  avoid FSM problems with sessions to certain peers. Not enabled by
	  default though.
2008-08-22 19:52:12 +01:00
bgpd [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns 2008-08-22 19:52:12 +01:00
doc [git administrivia] remove auto-built quagga.info, add to gitignore. 2008-08-22 19:49:34 +01:00
guile [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
init [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
isisd [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
lib [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
m4 [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
ospf6d [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
ospfclient [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
ospfd [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
pkgsrc [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
ports [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
redhat [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
ripd [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
ripngd [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
solaris [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
tests [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
tools [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
vtysh [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
watchquagga [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
zebra [administrivia] Add .gitignore files, based on .cvsignores. 2008-08-22 19:49:33 +01:00
.cvsignore Ignore <dist tarball>.asc - i always seem to have one hanging around from 2005-01-12 23:49:05 +00:00
.gitignore [administrivia] Ignore rebase files and .msg 2008-08-22 19:49:34 +01:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
bootstrap.sh autoreconf -i 2007-02-06 19:28:28 +00:00
ChangeLog [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce 2008-07-22 21:11:48 +00:00
configure.ac [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce 2008-07-22 21:11:48 +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
HACKING [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce 2008-07-22 21:11:48 +00:00
INSTALL.quagga.txt de-support NetBSD 1.6, and note that FreeBSD 4 is on thin ice. 2007-02-06 19:56:31 +00:00
Makefile.am Add --enable-solaris to descend into solaris-specific build directory. 2007-08-02 13:36:56 +00:00
mkinstalldirs Revert to zebra.org automake files 2003-02-17 23:54:05 +00:00
NEWS + note the meta-queue in NEWS 2008-06-07 17:54:38 +00:00
README 2004-11-12 Paul Jakma <paul@dishone.st> 2004-11-12 10:30:21 +00:00
README.NetBSD disable gmake workaround now that solaris directory is not built by 2007-08-02 13:38:38 +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 [TODO] Note MED functionality we should implement 2006-03-30 14:36:23 +00:00
update-autotools * README.NetBSD: use update-autotools instead of autoreconf 2007-02-02 16:52:38 +00:00

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

Currently Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, and RIPng as well as very early support for IS-IS.
  
See the file INSTALL.quagga.txt for building and installation instructions.
  
See the file REPORTING-BUGS to report bugs.
  
Quagga is free software. See the file COPYING for copying conditions.