| Commit message (Expand) | Author | Age | Files | Lines |
* | RDNBRD: Change default distance of imported table routes to 15 | Daniel Walton | 2016-03-22 | 1 | -1/+1 |
* | lib: fix MIN/MAX macros to not double-eval | David Lamparter | 2016-03-18 | 1 | -3/+9 |
* | Support for multi-client and client reg msg | radhika | 2016-03-09 | 1 | -1/+2 |
* | Quagga: Implement VRF change semantics for an interface | vivek | 2016-02-25 | 1 | -1/+2 |
* | lib, zebra: The Bulk of the conversion over to NS and VRF | Donald Sharp | 2016-02-01 | 1 | -1/+3 |
* | ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAME | Donald Sharp | 2015-12-04 | 1 | -9/+6 |
* | *: add VRF ID in the API message header | Feng Lu | 2015-11-04 | 1 | -1/+2 |
* | lib, zebra: move "struct vrf" to be a lib module | Feng Lu | 2015-10-30 | 1 | -0/+3 |
* | Zebra: Make redistribute do replace instead of del/add for better convergence | vivek | 2015-10-21 | 1 | -1/+5 |
* | Support of BFD status in Quagga | radhika | 2015-08-31 | 1 | -1/+1 |
* | This patch changes BGP from only listening mode for BFD status updates to int... | Donald Sharp | 2015-06-12 | 1 | -1/+5 |
* | bgpd, zebra: rfc-5549-generic.patch | Donald Sharp | 2015-06-11 | 1 | -1/+2 |
* | bgpd-nht-import-check-fix.patch | Donald Sharp | 2015-05-20 | 1 | -1/+4 |
* | zebra-redistribute-table.patch | Donald Sharp | 2015-05-20 | 1 | -0/+1 |
* | Unnumbered interface support. | Donald Sharp | 2015-05-20 | 1 | -0/+1 |
* | onlink commit from Quagga-RE branch | Donald Sharp | 2015-05-20 | 1 | -0/+1 |
* | This patch adds support for a new BFD session down message from zebra to | Donald Sharp | 2015-05-20 | 1 | -1/+2 |
* | 'neighbor <if-name> interface' config support in BGP including RA/Zebra changes. | Donald Sharp | 2015-05-20 | 1 | -1/+3 |
* | nexthop-tracking.patch | Donald Sharp | 2015-05-20 | 1 | -1/+5 |
* | lib: remove redundant and incorrect sys/fcntl.h include | Timo Teräs | 2014-06-03 | 1 | -1/+0 |
* | lib: unconditionally include stddef.h | David Lamparter | 2013-07-30 | 1 | -1/+1 |
* | build: Fix build on MacOSX 10.8 (Mountain Lion) | Hasso Tepper | 2013-01-15 | 1 | -0/+4 |
* | zebra: add iterator for walking all tables in RIB | Avneesh Sachdev | 2012-11-30 | 1 | -0/+2 |
* | lib: treat OSX as BSD for IP_HDRINCL (BZ#739) | Doug VanLeuven | 2012-11-02 | 1 | -0/+1 |
* | zebra: ZEBRA_HELLO and mopping up routes (BZ#448) | Vyacheslav Trushkin | 2012-01-02 | 1 | -1/+2 |
* | lib: put route_types.txt to real use | David Lamparter | 2011-12-13 | 1 | -13/+6 |
* | bgpd: rename SAFI 3 according to RFC4760 | Denis Ovsienko | 2011-09-29 | 1 | -1/+1 |
* | configure: dismiss libutil.h | Stephen Hemminger | 2011-09-27 | 1 | -4/+0 |
* | [configure] Refine CLOCK_MONOTONIC test | Paul Jakma | 2009-06-18 | 1 | -2/+10 |
* | [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns | Paul Jakma | 2008-05-29 | 1 | -0/+2 |
* | [link-detect] Improve BSD support. | Andrew J. Schorr | 2008-01-11 | 1 | -3/+0 |
* | [link-detect] Try to get BSD link-detect to work properly. | Andrew J. Schorr | 2008-01-10 | 1 | -0/+3 |
* | Merged own patch for the bug #391 (debugging and comments mostly). | Denis Ovsienko | 2007-08-13 | 1 | -0/+2 |
* | [linux] Fix strange compilation problem by explicitly including <linux/types.h> | Andrew J. Schorr | 2007-06-01 | 1 | -0/+3 |
* | [autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLEN | Paul Jakma | 2007-05-10 | 1 | -4/+0 |
* | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | Paul Jakma | 2007-05-10 | 1 | -1/+1 |
* | [zebra] Routemap support on received routes, with 'set src' command (linux) | Paul Jakma | 2007-05-02 | 1 | -0/+3 |
* | [lib] include inttypes.h rather than stdint.h, provide defines where missing | Paul Jakma | 2006-05-28 | 1 | -6/+23 |
* | [lib] Add string mapping table for Zserv commands | Paul Jakma | 2006-05-15 | 1 | -2/+6 |
* | [zserv] Extend Zserv header with version information and marker field | paul | 2006-01-16 | 1 | -2/+8 |
* | [lib/zebra.h] fix Linux compile error | paul | 2005-11-24 | 1 | -2/+2 |
* | [bug #231] check and include stdint.h, also add std=c99 to gcc CFLAGS | paul | 2005-11-14 | 1 | -0/+3 |
* | 2005-11-03 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-03 | 1 | -0/+17 |
* | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-01 | 1 | -0/+8 |
* | 2005-09-29 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-29 | 1 | -0/+4 |
* | 2005-05-06 Paul Jakma <paul@dishone.st> | paul | 2005-05-06 | 1 | -0/+3 |
* | 2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-04-08 | 1 | -0/+4 |
* | 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-04-02 | 1 | -0/+1 |
* | 2005-03-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-03-16 | 1 | -6/+9 |
* | 2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-02-23 | 1 | -1/+0 |