| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Remove the old PIC/PIE patch, let libtool sort it out | Paul Jakma | 2015-09-03 | 1 | -2/+1 |
* | Quagga: Fix code to use srandom/random | Donald Sharp | 2015-06-21 | 1 | -2/+2 |
* | *: add VRF ID in the API message header | Feng Lu | 2015-06-03 | 3 | -43/+54 |
* | *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() | Feng Lu | 2015-06-02 | 2 | -1/+3 |
* | ripngd: allow to enable/disable the ECMP feature | Feng Lu | 2015-05-27 | 3 | -5/+103 |
* | ripngd: add ECMP support | Feng Lu | 2015-05-27 | 6 | -349/+459 |
* | lib: fix "sockunion: add hash function" for BSD (9196caf) | David Lamparter | 2015-05-20 | 1 | -11/+2 |
* | *: fix more initialisers (for BSD) | David Lamparter | 2015-04-21 | 1 | -1/+1 |
* | build: add --enable-werror | David Lamparter | 2015-04-21 | 1 | -1/+1 |
* | *: add/cleanup initialisers | David Lamparter | 2015-04-21 | 1 | -1/+1 |
* | build: get rid of INCLUDES, use AM_CPPFLAGS | David Lamparter | 2015-02-14 | 1 | -1/+1 |
* | zebra, ripngd: remove ::/64 special-casing | David Lamparter | 2015-02-14 | 1 | -18/+0 |
* | build: remove INRIA, NRL and MUSICA IPv6 quirks | David Lamparter | 2015-02-14 | 1 | -4/+4 |
* | ripng_nexthop: remove unused store to variable | Paul Jakma | 2014-09-23 | 1 | -1/+0 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 7 | -21/+21 |
* | ripd & ripngd: avoid the zero interface metric | Lu Feng | 2014-06-03 | 1 | -1/+1 |
* | lib/command.c: rewrite command matching/parsing | Christian Franke | 2014-04-01 | 1 | -3/+0 |
* | *: use array_size() helper macro | Balaji.G | 2012-10-25 | 1 | -1/+1 |
* | build: use net-snmp-config to configure NetSNMP | Vincent Bernat | 2012-06-25 | 1 | -1/+1 |
* | build: allow configure and build in a separate directory | Vincent Bernat | 2012-06-25 | 1 | -1/+1 |
* | ripngd: Replace redistribution strings with route_types.h defines. | Matthieu Boutier | 2012-03-25 | 1 | -124/+74 |
* | fix zebra protocol after MP-BGP changes | Denis Ovsienko | 2012-01-23 | 1 | -0/+2 |
* | build: delete .cvsignore files | Denis Ovsienko | 2011-12-13 | 1 | -14/+0 |
* | quagga: option "-z" ("--socket <path>") added | Vyacheslav Trushkin | 2011-12-13 | 1 | -2/+7 |
* | ripngd: limit max of "timers basic" to 65535 as documented | Ulrich Weber | 2011-12-13 | 1 | -21/+3 |
* | IPv6 transport class suppport | Stephen Hemminger | 2011-10-17 | 1 | -0/+5 |
* | ripngd: copy debug statements fix from ripd | Stephen Hemminger | 2011-03-13 | 2 | -17/+11 |
* | ripngd: compiler warnings cleanup | Stephen Hemminger | 2009-12-10 | 2 | -23/+13 |
* | all: check return value from daemon() call | Stephen Hemminger | 2009-08-13 | 1 | -2/+5 |
* | [global] interface flags format warnings | Stephen Hemminger | 2009-07-28 | 1 | -5/+6 |
* | [daemons/cleanup] Remove disabled log_mode argument support. | Jeremy Jackson | 2009-06-18 | 1 | -6/+1 |
* | [cleanup] Make command nodes static | Stephen Hemminger | 2009-06-12 | 4 | -4/+4 |
* | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger | 2009-06-12 | 2 | -7/+2 |
* | [administrivia] Update gitignore files | Paul Jakma | 2008-08-22 | 1 | -1/+1 |
* | [administrivia] Git should ignore backup files and .loT files | Paul Jakma | 2008-08-22 | 1 | -0/+3 |
* | [trivia] Remove ChangeLog files, as this data is now maintained in SCM | Paul Jakma | 2008-08-22 | 1 | -388/+0 |
* | [trivia] finish off static'ification of ospf6d and ripngd | Paul Jakma | 2008-08-22 | 13 | -197/+214 |
* | [build] Test for GNU-style PIE support in toolchain and enable | Paul P Komkoff Jr | 2008-08-22 | 1 | -0/+3 |
* | [administrivia] Add .gitignore files, based on .cvsignores. | Paul Jakma | 2008-08-22 | 1 | -0/+14 |
* | [daemons] Sanity check port number arguments before use | Paul Jakma | 2008-05-29 | 1 | -1/+2 |
* | [ripd, ripngd] Remove useless code in rip_vty_out_uptime function | Andrew J. Schorr | 2007-04-27 | 2 | -3/+4 |
* | Fix the display of some timers. (show ipv6 ripng and show ipv6 ripng status) | Vincent Jardin | 2007-04-12 | 2 | -15/+10 |
* | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | Paul Jakma | 2006-10-15 | 1 | -1/+11 |
* | [ripngd] CID #72, remove unneeded NULL check | Paul Jakma | 2006-05-11 | 2 | -11/+14 |
* | [ripngd] bug #242, fix crash in routemap, ipv6 stored in in_addr. | Paul Jakma | 2006-05-08 | 2 | -1/+7 |
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 3 | -9/+10 |
* | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-01 | 3 | -31/+21 |
* | 2005-09-29 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-29 | 1 | -1/+1 |
* | * ripng_zebra.c, ripngd.[ch]: Pass metric info to the zebra daemon. | hasso | 2005-08-27 | 4 | -7/+14 |
* | 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>nonblocking_zclient_after | ajs | 2005-04-11 | 2 | -2/+8 |