| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-20 | 1 | -1/+0 |
|\ |
|
| * | *: Consolidate routemap initialization | Donald Sharp | 2016-10-19 | 1 | -1/+0 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 7 | -179/+80 |
|\| |
|
| * | *: Consolidate all double VIEW_NODE and ENABLE_NODE's | Donald Sharp | 2016-10-08 | 2 | -4/+0 |
| * | ripngd: add support for route tags | Christian Franke | 2016-10-08 | 4 | -8/+22 |
| * | *: Consistently support 32-bit route tags | Christian Franke | 2016-10-08 | 4 | -66/+28 |
| * | 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 |
| * | ripngd: code simplification for redistribution. | Matthieu Boutier | 2016-09-26 | 1 | -91/+25 |
| * | 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 |
| * | 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 | -6/+0 |
* | | all: removed all DEFUN command stomps | Daniel Walton | 2016-10-06 | 3 | -297/+19 |
* | | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-29 | 1 | -6/+0 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+6 |
* | | bgpd: change some <1-10> to (1-10> | Daniel Walton | 2016-09-28 | 1 | -1/+1 |
* | | ripngd: finish CHECK ME's in ripngd | Quentin Young | 2016-09-27 | 1 | -14/+5 |
* | | ripngd: dispose of some CHECK ME's for ripng | Quentin Young | 2016-09-27 | 2 | -87/+33 |
* | | ripd, ripngd: cli refactor | Quentin Young | 2016-09-27 | 2 | -46/+17 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -8/+8 |
* | | ripngd: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 6 | -41/+82 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 5 | -14/+14 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 4 | -104/+110 |
* | | ripngd: argv update | Daniel Walton | 2016-09-23 | 6 | -93/+53 |
|/ |
|
* | *: 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 | -8/+8 |
|/ |
|
* | all: add default log file if none are defined | Don Slice | 2016-07-11 | 1 | -1/+2 |
* | ripngd: allow to enable/disable the ECMP feature | Feng Lu | 2016-06-08 | 3 | -5/+103 |
* | ripngd: add ECMP support | Feng Lu | 2016-06-08 | 6 | -351/+459 |
* | *: fix more initialisers (for BSD) | David Lamparter | 2016-06-08 | 1 | -1/+1 |
* | *: add/cleanup initialisers | David Lamparter | 2016-06-07 | 1 | -1/+1 |
* | 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 |
* | zebra, ripngd: remove ::/64 special-casing | David Lamparter | 2016-06-03 | 1 | -18/+0 |
* | build: remove INRIA, NRL and MUSICA IPv6 quirks | David Lamparter | 2016-06-03 | 1 | -4/+4 |
* | ripng_nexthop: remove unused store to variable | Paul Jakma | 2016-05-26 | 1 | -1/+0 |
* | build: Remove the old PIC/PIE patch, let libtool sort it out | Paul Jakma | 2016-05-26 | 1 | -2/+1 |
* | 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 | -10/+10 |
* | quagga: delete interface from default table when moved to vrf | Don Slice | 2016-03-18 | 1 | -1/+1 |
* | Update ripng_zebra.c | Hongguang Li | 2016-03-18 | 1 | -1/+7 |
* | Quagga: Support VRF unregister for clients | vivek | 2016-02-12 | 1 | -1/+1 |
* | quagga: remove babel | Daniel Walton | 2016-02-11 | 1 | -1/+0 |
* | ripngd: Add missing systemd notifications | Donald Sharp | 2016-02-11 | 1 | -0/+3 |
* | *: Modify protocols to have systemd integration | Donald Sharp | 2016-02-10 | 1 | -0/+1 |