- ddc160c *: Port Christians tweaks for 32-bit route tags by Christian Franke · 8 years ago
- 56ae5c4 zserv: get rid of code duplication in nexthop_lookup[_mrib] functions by Jafar Al-Gharaibeh · 8 years ago
- d9ab53a bgpd, zebra: Use next hop tracking for connected routes too by Dinesh Dutt · 10 years ago
- 9ae8552 zebra: Gather and display detailed info about clients of Zebra by Dinesh Dutt · 10 years ago
- 96d1060 *: Widen width of Zserv routing tag field. by Paul Jakma · 8 years ago
- eefddcc bgpd, lib, ospfd, zebra: Add ability to read/write tag value by Piotr Chytła · 9 years ago
- 60cc959 bgpd, doc, lib, zebra: nexthop-tracking in zebra by Pradosh Mohapatra · 9 years ago
- 34c5d89 zebra: ipv6 multipath support by Ayan Banerjee · 9 years ago
- 15773a8 zebra: Add link parameters support to Zebra by Olivier Dugeon · 9 years ago
- 68b45cc *: Consolidate all double VIEW_NODE and ENABLE_NODE's by Donald Sharp · 9 years ago
- 23757db *: get rid of "MTYPE 0" by David Lamparter · 9 years ago
- d869dbd zebra: Enable fpm module to connect to remote fpm server by Udaya Shankara KS · 9 years ago
- 190591f zserv: [pimd] fix - avoid dereferencing a NULL pointer by Jafar Al-Gharaibeh · 9 years ago
- 9099f9b *: use an ifindex_t type, defined in lib/if.h, for ifindex values by Paul Jakma · 9 years ago
- 954c7d6 lib, zebra: unify link layer type and hardware address handling by Timo Teräs · 9 years ago
- 325823a zebra: support FIB override routes by Timo Teräs · 9 years ago
- b11f3b5 zebra: implement per-route mtu handling by Timo Teräs · 9 years ago
- 8ccd74c zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUP by Hiroshi Yokoi · 9 years ago
- c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
- ac19a44 zebra: maintain the router-id per VRF by Feng Lu · 10 years ago
- 0d0686f zebra: let FIB stand for its respective VRF by Feng Lu · 10 years ago
- 4b6c332 zebra: silence zebra_serv_un unused warning by David Lamparter · 10 years ago
- bd07812 zebra: make MRIB lookup behaviour switchable by David Lamparter · 10 years ago
- 24480d4 zebra: return route_node from rib_match_ipv4_safi by David Lamparter · 10 years ago
- f598cf7 zebra: kill rib_match_ipv4() by David Lamparter · 10 years ago
- 83d7112 zebra: mrib: Include BGP routes in RPF lookups by Everton Marques · 10 years ago
- 4e5275b zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB by Everton Marques · 10 years ago
- 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
- 23f5f7c zebra: match gateway when deleting NEXTHOP_IPV4_IFINDEX routes by Christian Franke · 11 years ago
- fa713d9 zebra: rework recursive route resolution by Christian Franke · 11 years ago
- a12afd5 bgpd, zebra: support NEXTHOP_IPV4_IFINDEX in bgp import check by Christian Franke · 12 years ago
- bb97e46 bgpd, zebra: Support NEXTHOP_IPV4_IFINDEX in nexthop_lookup api by Christian Franke · 12 years ago
- a520708 zebra: don't printf to stdout on ZEBRA_IPV6_NEXTHOP_LOOKUP by Christian Franke · 12 years ago
- ca3ccd8 zebra: fix sockaddr_dl length assumptions (BZ#737) by David Lamparter · 12 years ago
- c963c20 zebra: Add support for ZEBRA_NEXTHOP_IPV4_IFINDEX by Joakim Tjernlund · 12 years ago
- 9665856 Revert "zebra: clean up client routes when client goes away" by David Lamparter · 13 years ago
- 14d2bba Merge quagga mainline into the google ISIS code. by Avneesh Sachdev · 13 years ago
- 51d4ef8 zebra: include hardware addr in if up/down messages by Josh Bailey · 13 years ago
- af56d40 zebra: clean up client routes when client goes away by Josh Bailey · 13 years ago
- 6902c69 zebra: tweak deletion of routes without nexthop addr by Subbaiah Venkata · 13 years ago
- f768f36 zebra: IPv6 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
- cddf391 zebra: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
- 2ea1ab1 zebra: ZEBRA_HELLO and mopping up routes (BZ#448) by Vyacheslav Trushkin · 13 years ago
- b511468 quagga: option "-z" ("--socket <path>") added by Vyacheslav Trushkin · 13 years ago
- cf8a831 Zebra zserv: bogus conditional by Stephen Hemminger · 14 years ago
- 97be79f [zebra] do not touch socket before pidfile locking by Denis Ovsienko · 15 years ago
- d13c3b4 [zebra] linux policy routing support with ipv6 by Mathieu Goessens · 15 years ago
- 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
- 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
- 7514fb7 [zebra] Routemap support on received routes, with 'set src' command (linux) by Paul Jakma · 18 years ago
- 171eee3 [zebra] Connected routes must always be added to main table by Paul Jakma · 18 years ago
- 6685978 [zebra] Remove private command string table by Paul Jakma · 19 years ago
- e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
- c1b9800 [zserv] Extend Zserv header with version information and marker field by paul · 19 years ago
- c77d454 [zserv] Update interface flags to 8 bytes wide. by paul · 19 years ago
- fbf5d03 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> by vincent · 19 years ago
- be61c4e * zebra_rib.c, rib.h: Add distance and metric arguments to the by hasso · 19 years ago
- 6eb8827 2005-07-29 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- a1ac18c 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 1dcb517 2005-05-31 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 4d38fdb 2005-04-28 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 57a1477 2005-04-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 3d1dc85 2004-04-05 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 719e974 2005-02-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- e31f229 2005-02-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 865b852 2005-01-05 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- b617800 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- c1eaa44 Fix regression. It seems to me that this code still works only by accident by hasso · 20 years ago
- b71f00f * zserv.c: Remove useless warnings "forwarding is already on". by hasso · 20 years ago
- fce954f Fix warnings. Didn't even look at files not compiled in Linux though. by hasso · 20 years ago
- 18a6dce Common router id. by hasso · 20 years ago
- 52dc7ee Remove usage of evil list and listnode typedefs. by hasso · 20 years ago
- 44983cf 2004-09-22 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 3e0b3a5 2004-08-23 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- b9df2d2 2004-05-09 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 41d3fc9 * Fixed lowering privileges in proc ipforward method. by hasso · 21 years ago
- fa2b17e Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER by hasso · 21 years ago
- 5590672 Added "ipv6 forwarding" command and fixed "no ipv6 forwarding" help. by hasso · 21 years ago
- b21b19c 2003-06-15 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- edd7c24 2003-06-04 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 595db7f Add back support for null0 interface blackhole routes. by paul · 22 years ago
- 726f9b2 Last fixes from 6Wind patch. by hasso · 22 years ago
- 81dfcaa Route (reject|blackhole) support from 6Wind patch. by hasso · 22 years ago
- 647e4f1 "ip forwarding" command. Patch from Jim Crumpler. by hasso · 22 years ago
- ccf3557 Sync to Zebra.org 20030301 by paul · 22 years ago
- 2e3b2e4 zebra link state detection support by paul · 22 years ago
- 718e374 Initial revision by paul · 22 years ago