summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-06-09 Paul Jakma <paul@dishone.st>paul2004-06-091-0/+4
| | | | * config.h: __attribute__ is a gcc'ism
* 2004-06-04 Paul Jakma <paul@dishone.st>paul2004-06-041-1/+1
| | | | * type mismatch fixes
* Merge isisd into the Quagga's framework:jardin2003-12-231-2/+4
| | | | | | | | | | - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma.
* 2003-10-22 Paul Jakma <paul@dishone.st>paul2003-10-221-1/+5
| | | | | | * lib/zebra.h: include limits.h if its there, its a portable header and useful and not just solaris specific. net/route.h is also useful.
* 2003-10-13 Jay Fenlason <fenlason@redhat.com>paul2003-10-131-0/+5
| | | | | | | | | * lib/zebra.h: define UINT32_MAX for those systems which do not provide it. * bgp_attr.h: define BGP_MED_MAX. * bgp_route.c: update defines/constants to BGP_MED_MAX. * bgp_routemap.c: ditto. clean up route_match_metric_compile slightly to avoid unneccesary XMALLOC.
* 2003-07-8 Chris Andrews <chris@nodnol.org>paul2003-07-081-0/+3
| | | | | | | * zebra/kernel_socket.c: Update for new zebrad global struct * zebra/ipforward_solaris.c: Add missing privs.h include. Uncomment /dev/ip define. * lib/zebra.h: Add typedefs for SunOS.
* Paul forgot probably to commit privs.[c|h] changes. Had to reorder includeshasso2003-06-041-4/+5
| | | | in zebra.h to make it compile in debian.
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-0/+6
| | | | * Merge of zebra privileges
* Paul Jakma:paul2003-06-041-0/+4
| | | | | | lib/debug.{c,h}: glibc backtrace printing function (from the glibc info page) configure.ac: check for glibc backtrace and set define lib/zebra.h: glibc backtrace support
* Add back support for null0 interface blackhole routes.paul2003-05-251-0/+1
|
* Last fixes from 6Wind patch.hasso2003-05-251-0/+4
|
* Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-1/+1
|
* From: rivo nurges <rix@estpak.ee>paul2003-05-241-3/+0
| | | | | | Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h
* Undo revision 1.3, revert back to zebra_org 1.1.1.2.paul2003-05-201-0/+4
| | | | | asm/types.h is required for netlink. Later glibc's seem to have resolved the warning.
* From: Paul Jakma <paul@clubi.ie>paul2003-05-191-4/+46
| | | | | | | | | | | | | Subject: [zebra 19097] HAVE_ASM_TYPES does anyone know why lib/zebra.h has: #ifdef HAVE_ASM_TYPES_H #include <asm/types.h> #endif /* HAVE_ASM_TYPES_H */ There's no need for it that i can see (least not on linux) and it causes compile warnings. Is it needed? If so, why?
* Initial revisionpaul2002-12-131-0/+312