| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | build: Remove the old PIC/PIE patch, let libtool sort it out | Paul Jakma | 2016-05-26 | 1 | -2/+1 |
* | lib: refactor connected_lookup_prefix | Donald Sharp | 2016-05-12 | 1 | -9/+14 |
* | quagga: Fixup startup to allow consistency between sysV and systemd | Donald Sharp | 2016-04-27 | 1 | -4/+0 |
* | quagga: Remove iflist global variable | Donald Sharp | 2016-04-08 | 2 | -13/+15 |
* | ripd, isisd: fix warnings that make the build fail | Christian Franke | 2016-03-30 | 1 | -1/+1 |
* | quagga: delete interface from default table when moved to vrf | Don Slice | 2016-03-18 | 1 | -1/+4 |
* | Quagga: Support VRF unregister for clients | vivek | 2016-02-12 | 1 | -1/+1 |
* | quagga: remove babel | Daniel Walton | 2016-02-11 | 1 | -1/+0 |
* | ripd: Fix crash when a default route is passed to rip | Donald Sharp | 2016-02-11 | 1 | -1/+4 |
* | *: Modify protocols to have systemd integration | Donald Sharp | 2016-02-10 | 1 | -0/+4 |
* | Quagga: vrf_id not being set correctly | Donald Sharp | 2015-11-20 | 1 | -1/+2 |
* | *: add VRF ID in the API message header | Feng Lu | 2015-11-04 | 3 | -38/+58 |
* | *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() | Feng Lu | 2015-10-30 | 2 | -1/+2 |
* | Zebra: Make redistribute do replace instead of del/add for better convergence | vivek | 2015-10-21 | 1 | -2/+4 |
* | quagga: Additional centos 6 -enable-werror fixes | Donald Sharp | 2015-09-29 | 1 | -1/+2 |
* | lib: zclient.c remove extern struct thread_master * | Donald Sharp | 2015-09-23 | 3 | -4/+4 |
* | Zebra: Add IPv6 protocol filtering support & Setting Src of IPv6 routes | Dinesh G Dutt | 2015-09-16 | 2 | -5/+5 |
* | Add --enable-werror to configure | Donald Sharp | 2015-07-26 | 1 | -1/+1 |
* | Some more missing changes | Donald Sharp | 2015-07-22 | 1 | -1/+1 |
* | Fixup of some last remaining differences between stg and git | Donald Sharp | 2015-07-22 | 1 | -1/+1 |
* | When a route-map configuration is used to set the nexthop to a value, make | Donald Sharp | 2015-06-11 | 1 | -0/+7 |
* | ripd: ripd-warnings.patch | Donald Sharp | 2015-05-20 | 2 | -15/+2 |