mirror_frr/isisd
Paul Jakma 6f0e3f6e17 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings
2007-05-09 Paul Jakma <paul.jakma@sun.com>

	* configure.ac: sys/conf.h depends on sys/param.h, at least on
	  FBSD 6.2.
	  (bug #363) Should check for in_pktinfo for IRDP

2006-05-27 Paul Jakma <paul.jakma@sun.com>

	* configure.ac: General cleanup of header and type checks, introducing
	  an internal define, QUAGGA_INCLUDES, to build up a list of
	  stuff to include so as to avoid 'present but cant be compiled'
	  warnings.
	  Misc additional checks of things missing according to autoscan.
	  Add LIBM, for bgpd's use of libm, so as to avoid burdening
	  LIBS, and all the binaries, with libm linkage.
	  Remove the bad practice of using m4 changequote(), just
	  quote the []'s in the case statements properly.
	  This should fix bugs 162, 303 and 178.
	* */*.{c,h}: Update all HAVE_* to the standard autoconf namespaced
	  HAVE_* defines. I.e. HAVE_SA_LEN -> HAVE_STRUCT_SOCKADDR_SA_LEN,
	* bgpd/Makefile.am: Add LIBM to bgpd's LDADD, for pow().
2007-05-10 02:38:51 +00:00
..
include-netbsd - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
topology [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
.cvsignore - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
AUTHORS Initial revision 2003-12-23 08:09:43 +00:00
ChangeLog [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
dict.c * dict.[ch]: Revert all nonfunctional changes. It's external module 2005-09-25 12:04:25 +00:00
dict.h * dict.[ch]: Revert all nonfunctional changes. It's external module 2005-09-25 12:04:25 +00:00
isis_adjacency.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_adjacency.h No warnings here any more. 2004-10-07 20:07:40 +00:00
isis_circuit.c [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings 2007-05-10 02:38:51 +00:00
isis_circuit.h * isis_circuit.[ch]: Some preliminary support for specifying wide 2005-09-26 17:05:55 +00:00
isis_common.h Make authentication of SNPs work correctly - ie. conditionally like it is in 2005-01-01 10:29:51 +00:00
isis_constants.h Indentation only. No any functional changes. 2004-09-10 20:48:21 +00:00
isis_csm.c * *.c: Try to be less verbose by default (without any debug options 2005-09-04 21:36:36 +00:00
isis_csm.h Indentation only. No any functional changes. 2004-09-10 20:48:21 +00:00
isis_dr.c * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS. 2005-09-28 18:45:54 +00:00
isis_dr.h No warnings here any more. 2004-10-07 20:07:40 +00:00
isis_dynhn.c [isisd] remove includes of common system headers. 2005-11-20 02:15:50 +00:00
isis_dynhn.h Indentation only. No any functional changes. 2004-09-10 20:48:21 +00:00
isis_events.c [isisd] remove includes of common system headers. 2005-11-20 02:15:50 +00:00
isis_events.h No warnings here any more. 2004-10-07 20:07:40 +00:00
isis_flags.c 2005-04-07 Paul Jakma <paul.jakma@sun.com> 2005-04-07 07:30:20 +00:00
isis_flags.h Indentation only. No any functional changes. 2004-09-10 20:48:21 +00:00
isis_lsp.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_lsp.h * isis_lsp.h: Added backpointer to the area from LSP. For now it's used 2005-09-19 04:23:34 +00:00
isis_main.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_misc.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_misc.h [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_network.c [isisd] remove includes of common system headers. 2005-11-20 02:15:50 +00:00
isis_network.h Indentation only. No any functional changes. 2004-09-10 20:48:21 +00:00
isis_pdu.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_pdu.h Indentation only. No any functional changes. 2004-09-10 20:48:21 +00:00
isis_route.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_route.h * isis_spf.c: Changing cost from uint16_t to uint32_t. Unset 2005-09-26 18:26:26 +00:00
isis_routemap.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_spf.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_spf.h * isis_spf.[ch]: Added TE TLVs to the SPF process. It seems to work 2005-09-26 18:15:36 +00:00
isis_tlv.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_tlv.h * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4 2005-09-26 17:58:24 +00:00
isis_zebra.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isis_zebra.h 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2005-04-11 15:51:40 +00:00
isisd.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
isisd.conf.sample Isisd is now able to remove addresses from circuit and trigger LSP updates 2004-09-14 13:54:30 +00:00
isisd.h * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup. 2005-09-28 18:30:51 +00:00
iso_checksum.c [isisd] Fix compiler warnings and allow v4-only compilation 2006-12-08 01:09:50 +00:00
iso_checksum.h Indentation only. No any functional changes. 2004-09-10 20:48:21 +00:00
Makefile.am 2005-04-10 Paul Jakma <paul@dishone.st> 2005-04-10 15:58:10 +00:00
README More cleanup in isisd. 2005-01-01 21:12:56 +00:00

Constraints

  o Maximum number of interfaces 255