- 04a3aab vrf: add a runtime check before playing with netns by Nicolas Dichtel · 9 years ago
- fbc3e97 lib: Remove unused 'show memory XXX' functionality by Donald Sharp · 9 years ago
- 4fdb5f4 lib: Fix Free Pointer dereference in lib/filter.c by Denil Vira · 9 years ago
- a9d4cb3 lib/zclient: Consolidate error reporting for zclient_read_header by Donald Sharp · 9 years ago
- f733280 lib/command: Fix optional arguments with description interactions by Donald Sharp · 9 years ago
- 13c2a3d lib/workqueue: Add trivial work_queue_is_scheduled helper by Paul Jakma · 9 years ago
- e8441a8 build/lib: Check for and include stdbool.h by default by Paul Jakma · 9 years ago
- 2ef762e ospfd: Fast OSPF convergence by Michael Rossberg · 9 years ago
- 794c473 bgpd/pimd: fix zAPI parsing by Nicolas Dichtel · 9 years ago
- 030674d pimd: add support for configuring multicast static routes by Jafar Al-Gharaibeh · 9 years ago
- f31bab4 Quagga: Fix code to use srandom/random by Donald Sharp · 9 years ago
- 1ed8ce4 lib, stream: fix stream sanity checks by Wenjian Ma · 9 years ago
- 55cfa2f lib, vtysh: support multiple VRFs by using linux netns by Feng Lu · 10 years ago
- c99f348 *: add VRF ID in the API message header by Feng Lu · 10 years ago
- 758fb8f zebra, lib/memtypes.c: the netlink sockets work per VRF by Feng Lu · 10 years ago
- fb2bfc1 lib/vrf: enable / disable a VRF by Feng Lu · 10 years ago
- 471ea39 lib, zebra, vtysh: configure an interface in non-default VRF by Feng Lu · 10 years ago
- 5a5702f lib: move the interface list into "struct vrf" by Feng Lu · 10 years ago
- 126215c *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() by Feng Lu · 10 years ago
- 2fc97f6 lib, zebra: add "vrf_id" into the "struct interface" by Feng Lu · 10 years ago
- 41f44a2 lib, zebra: move "struct vrf" to be a lib module by Feng Lu · 10 years ago
- 41eb9a4 lib: make prefix2str simpler to use, and use it in zclient by Timo Teräs · 10 years ago
- 53009d3 lib: make sockunion2str safer to use by Timo Teräs · 10 years ago
- 3293bc2 route table: constify some APIs by Timo Teräs · 10 years ago
- 483abc0 sockunion: add accessors for sockunion address by Timo Teräs · 10 years ago
- c1c69e4 lib: allow caller to provide prefix storage in sockunion2hostprefix by Timo Teräs · 10 years ago
- 80c9354 privs: fix privilege dropping to use system defined groups by Timo Teräs · 10 years ago
- 05a69d2 Revert "lib: wrong #define used for IPV6_MINHOPCOUNT" by David Lamparter · 10 years ago
- 54b88ca lib: wrong #define used for IPV6_MINHOPCOUNT by Donald Sharp · 10 years ago
- a5d589d lib/privs: Don't use CAP_NET_BROADCAST by Christian Franke · 10 years ago
- 3065777 lib/privs: display more info if cap_set_proc fails. by Christian Franke · 10 years ago
- 90d3135 lib/vty: don't clear output buffer on input EOF by David Lamparter · 10 years ago
- 464ccf3 lib/vty: add vty_stdio at-close hook by David Lamparter · 10 years ago
- ba53a8f lib/vty: put stdin in raw mode for vty by David Lamparter · 10 years ago
- ba5dc5e lib/vty: add vty_stdio() by David Lamparter · 11 years ago
- 4715a53 lib/vty: add separate output fd support to VTYs by David Lamparter · 11 years ago
- ec38711 lib: fix "sockunion: add hash function" for BSD (9196caf) by David Lamparter · 10 years ago
- 9196caf sockunion: add hash function by Timo Teräs · 10 years ago
- 6b2672f sockopt: add support for querying tcp round-trip-time by Timo Teräs · 10 years ago
- f1fc327 lib: assert(0) still needs a return by David Lamparter · 10 years ago
- 1416293 lib: fix "reduce strcmp in CLI" fallout (10bac801) by David Lamparter · 10 years ago
- c9c06d0 lib: straighten out ORF prefix list support by David Lamparter · 10 years ago
- e66cbd1 lib: hide internal prefix list structures by David Lamparter · 10 years ago
- 10bac80 lib/cli: reduce strcmp in CLI hot paths by David Lamparter · 10 years ago
- 81b139b lib: constify sockunion api by Timo Teräs · 10 years ago
- c0bedeb build: add --enable-werror by David Lamparter · 10 years ago
- dfee58f snmp: fix warnings by David Lamparter · 10 years ago
- a91a3ba vtysh: don't use '\0' as NULL by David Lamparter · 10 years ago
- 71f55f3 lib, vtysh: reduce unneccessary C extension usage by David Lamparter · 10 years ago
- fd8f6eb lib: use const consistently for zserv path by David Lamparter · 10 years ago
- 81a4e85 lib: silence type range warning in macro by David Lamparter · 10 years ago
- ab90fc0 *: add/cleanup initialisers by David Lamparter · 10 years ago
- 388f885 *: add missing includes by David Lamparter · 10 years ago
- b7d5021 *: remove stray extra semicolons by David Lamparter · 10 years ago
- eed3c48 *: use void * for printing pointers by David Lamparter · 10 years ago
- 5cd0e5c lib: Fix POSIX capabilities on SunOS platforms by Brian Bennett · 10 years ago
- 7abd875 build: track config args by David Lamparter · 10 years ago
- 237aac5 build: get rid of INCLUDES, use AM_CPPFLAGS by David Lamparter · 10 years ago
- 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
- 0f048b9 build: remove AIX, NEC EWS and IRIX by David Lamparter · 10 years ago
- d8410a0 pimd: Remove non-standard copyright line. by Everton Marques · 10 years ago
- 05a49ce zebra: mrib: Remove non-standard copyright line. by Everton Marques · 10 years ago
- 8f4a59a pimd: Revert accidental removal of show_memory_isis_cmd(). by Everton Marques · 10 years ago
- 1a9352a zclient: Revert lib export of zclient_socket()/zclient_socket_un(). by Everton Marques · 10 years ago
- 74b4fad pimd: Remove motd tweaking. by Everton Marques · 10 years ago
- 1f29894 pimd: -z command-line switch to specify zebra socket path. by Everton Marques · 10 years ago
- f62a19c zebra: Export zclient_socket_un(). by Everton Marques · 10 years ago
- ff57d36 pimd: Fixes to build against current quagga. by Everton Marques · 10 years ago
- 55b12ff [pim] PIM route type. by Everton Marques · 15 years ago
- f9e05e5 [pim] Version up to 0.161 by Everton Marques · 15 years ago
- 42e3078 [pim] Clean-up by Everton Marques · 15 years ago
- 824adbe [pim] Hooks for ssmpingd support by Everton Marques · 15 years ago
- 871dbcf [pim] Initial pim 0.155 by Everton Marques · 15 years ago
- e832c34 zebra: mark multicast commands experimental by David Lamparter · 10 years ago
- be4fb43 zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB by Everton Marques · 10 years ago
- 1c6db0d lib: don't create circular lists (fixes 6d83113) by David Lamparter · 10 years ago
- 6d83113 ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant log by Paul Jakma · 10 years ago
- 50f38b3 Compute and display SPF execution statistics by Dinesh G Dutt · 10 years ago
- 93b344f Revert "zebra: Set link-detect on by default" by David Lamparter · 10 years ago
- 7732244 zebra: Set link-detect on by default by Dinesh G Dutt · 10 years ago
- 3790eb0 stream: remove unused stream_read_unblock by Stephen Hemminger · 15 years ago
- f6444e4 FreeBSD has changed its SOCK_RAW for being truly raw. by Olivier Cochard-Labbé · 10 years ago
- b166ea2 [lib] Add support for backtrace on more platforms by Joakim Tjernlund · 15 years ago
- 18f420e lib/plist: Add some required parentheses, according to clang-analyzer by Paul Jakma · 10 years ago
- 7aa9dce Fix most compiler warnings in default GCC build. by Paul Jakma · 10 years ago
- 010ebbb Add missing GPL headers, and copyright claims that certainly apply. by Paul Jakma · 10 years ago
- ea55500 lib: Improve error reporting from broken config files by Steve Hill · 15 years ago
- 615f9f1 lib: include thread information in backtraces by David Lamparter · 11 years ago
- 3493b77 lib: unstupidify thread debug information by David Lamparter · 11 years ago
- 90444ca lib: unset ZEBRA_IFA_PEER if no dst addr present (BZ#801) by David Lamparter · 10 years ago
- 16ffb26 *: fix detection and usage of sys/cdefs.h by Timo Teräs · 10 years ago
- 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
- 224e7e5 lib: remove redundant and incorrect sys/fcntl.h include by Timo Teräs · 11 years ago
- 8c71e48 bgpd: efficient NLRI packing for AFs != ipv4-unicast by Pradosh Mohapatra · 11 years ago
- b4b359a ospfd: For an ABR, ensure the right LSID is MaxAge'd by Pradosh Mohapatra · 11 years ago
- 4becea7 lib: use heap to manage timers by Christian Franke · 11 years ago
- 514991c lib: remove unused thread_master_debug function by Christian Franke · 11 years ago
- cd40b32 lib/command.c: rewrite command matching/parsing by Christian Franke · 11 years ago
- f7bf415 zebra: apply syntactic sugar to rib_dump() by David Lamparter · 11 years ago
- af51477 lib: fix possible off-by-one in stream_put_prefix() by Jorge Boncompte [DTI2] · 11 years ago