| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-21 | 1 | -2/+2 |
|\ |
|
| * | ripd: print md5 auth digest correctly | Christian Franke | 2016-10-21 | 1 | -2/+2 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-20 | 1 | -1/+1 |
|\| |
|
| * | *: Consolidate routemap initialization | Donald Sharp | 2016-10-19 | 1 | -1/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 5 | -224/+112 |
|\| |
|
| * | *: Consolidate all double VIEW_NODE and ENABLE_NODE's | Donald Sharp | 2016-10-08 | 1 | -2/+0 |
| * | ripd: add support for route tags | Christian Franke | 2016-10-08 | 4 | -8/+23 |
| * | *: Consistently support 32-bit route tags | Christian Franke | 2016-10-08 | 3 | -72/+23 |
| * | bgpd: add L3/L2VPN Virtual Network Control feature | Lou Berger | 2016-10-03 | 1 | -0/+1 |
| * | lib: Make distribute.c accepts both v4 and v6. | Matthieu Boutier | 2016-09-26 | 1 | -9/+9 |
| * | ripd: code simplification for redistribution. | Matthieu Boutier | 2016-09-26 | 1 | -92/+24 |
| * | Make route flags a 32bit field | Christian Franke | 2016-09-23 | 1 | -1/+1 |
| * | lib: Check prefix length from zebra is sensible | Paul Jakma | 2016-09-23 | 1 | -1/+1 |
| * | ripd: split-horizon default differed between rip_interface_new and _reset | Paul Jakma | 2016-09-23 | 3 | -72/+65 |
| * | Revert "Make route flags a 32bit field" | Donald Sharp | 2016-09-23 | 1 | -1/+1 |
| * | Make route flags a 32bit field | Christian Franke | 2016-09-23 | 1 | -1/+1 |
| * | *: remove dead code | Renato Westphal | 2016-09-23 | 1 | -2/+0 |
* | | all: removed all DEFUN command stomps | Daniel Walton | 2016-10-06 | 3 | -445/+31 |
* | | all: Fix various syntax errors | Quentin Young | 2016-10-04 | 1 | -1/+1 |
* | | ospfd, ospf6d, ripd: Fix miscellaneous syntax errors | Quentin Young | 2016-10-04 | 1 | -3/+3 |
* | | all: fix sundry syntax errors | Quentin Young | 2016-10-01 | 1 | -4/+4 |
* | | all: added some missing <>s within []s | Daniel Walton | 2016-09-30 | 1 | -2/+2 |
* | | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-29 | 2 | -10/+0 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 2 | -0/+10 |
* | | ripd: argv not argc | Quentin Young | 2016-09-27 | 1 | -1/+1 |
* | | ripd: resolve rip_routemap.c CHECK ME's | Quentin Young | 2016-09-27 | 1 | -155/+62 |
* | | ripd, ripngd: cli refactor | Quentin Young | 2016-09-27 | 2 | -175/+62 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -8/+8 |
* | | ripd: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 6 | -74/+143 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 6 | -32/+32 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 3 | -214/+230 |
* | | ripd: argv update | Daniel Walton | 2016-09-23 | 6 | -120/+89 |
* | | ripngd: argv update | Daniel Walton | 2016-09-23 | 1 | -22/+0 |
* | | Revert "ripd: Fixup code to work under new way" | Daniel Walton | 2016-09-22 | 6 | -90/+90 |
* | | ripd: Fixup code to work under new way | Donald Sharp | 2016-09-21 | 6 | -90/+90 |
|/ |
|
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 4 | -0/+75 |
* | lib: migrate to new memory-type handling | David Lamparter | 2016-09-19 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-next | Donald Sharp | 2016-08-19 | 1 | -1/+3 |
|\ |
|
| * | Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ... | Sid Khot | 2016-08-18 | 1 | -1/+3 |
* | | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 3 | -10/+10 |
* | | lib: fix setting of IPv4 multicast sockopts on OpenBSD | Renato Westphal | 2016-08-08 | 1 | -2/+8 |
|/ |
|
* | *: snmp: add a load of "static" specifiers | David Lamparter | 2016-07-28 | 1 | -3/+3 |
* | all: add default log file if none are defined | Don Slice | 2016-07-11 | 1 | -1/+2 |
* | Quagga: Fix code to use srandom/random | Donald Sharp | 2016-05-30 | 1 | -2/+2 |
* | build: get rid of INCLUDES, use AM_CPPFLAGS | David Lamparter | 2016-06-03 | 1 | -1/+1 |
* | ripd: allow to enable/disable the ECMP feature | Lu Feng | 2016-05-26 | 3 | -5/+102 |
* | ripd: add ECMP support | Lu Feng | 2016-05-26 | 4 | -357/+442 |
* | snmp: fix warnings | David Lamparter | 2016-05-26 | 1 | -3/+3 |
* | make some structures constant. | Stephen Hemminger | 2016-05-26 | 1 | -1/+1 |
* | ripd: use only one constant for derivation | Lu Feng | 2016-05-26 | 2 | -2/+2 |