| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/stable/3.0' | Donald Sharp | 2017-05-08 | 1 | -0/+2 |
|\ |
|
| * | *: fix a bunch of segfaults detected by a CLI fuzzer | Renato Westphal | 2017-05-04 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/stable/3.0' | Donald Sharp | 2017-05-02 | 1 | -0/+18 |
|\| |
|
| * | zebra: fix detection of interface renames | Renato Westphal | 2017-05-01 | 1 | -0/+17 |
| * | lib: fix segfault on exit caused by interface removal | Renato Westphal | 2017-04-28 | 1 | -0/+1 |
* | | zebra: stop crash on process termination due to stale ifp->node | Don Slice | 2017-04-18 | 1 | -0/+1 |
|/ |
|
* | zebra: Fix printf formatting | Donald Sharp | 2017-04-04 | 1 | -1/+1 |
* | zebra: Display new speed information in 'show int..' command | Donald Sharp | 2017-04-03 | 1 | -2/+2 |
* | *: apply DEFUN_NOSH for node-switch CLI commands | David Lamparter | 2017-03-28 | 1 | -2/+2 |
* | bgpd, lib, zebra: Rename if_update_vrf -> if_update | Donald Sharp | 2017-03-15 | 1 | -1/+1 |
* | *: Refactor if_lookup_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -2/+2 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -8/+0 |
* | Rationalize Link Parameters flags | Olivier Dugeon | 2017-01-05 | 1 | -4/+4 |
* | *: fix up DEFUNs without install_element calls | David Lamparter | 2016-12-05 | 1 | -0/+1 |
* | Merge branch 'queue/osr/vtysh-generic' | David Lamparter | 2016-12-05 | 1 | -31/+1 |
|\ |
|
| * | *: make DEFUN installations file-local | David Lamparter | 2016-12-01 | 1 | -34/+4 |
* | | Merge branch 'stable/2.0' | David Lamparter | 2016-12-05 | 1 | -76/+41 |
|\ \
| |/
|/| |
|
| * | Merge branch '-renato' into stable/2.0 | David Lamparter | 2016-12-05 | 1 | -68/+32 |
| |\ |
|
| | * | zebra: order VRFs by name on user output | Renato Westphal | 2016-11-28 | 1 | -4/+4 |
| | * | *: rename two vrf functions | Renato Westphal | 2016-11-28 | 1 | -2/+2 |
| | * | lib: convert vrf code to use red-black trees as well | Renato Westphal | 2016-11-28 | 1 | -16/+15 |
| | * | zebra/lib: move some code around | Renato Westphal | 2016-11-28 | 1 | -49/+0 |
| | * | zebra/lib: plug several memleaks | Renato Westphal | 2016-11-28 | 1 | -1/+15 |
| * | | lib, zebra: Minimize display of link-params sub data | Donald Sharp | 2016-12-05 | 1 | -8/+9 |
* | | | Merge branch 'stable/2.0' | David Lamparter | 2016-12-01 | 1 | -2/+3 |
|\| | |
|
| * | | zebra: check ZEBRA_IFC_REAL on if_up | Christian Franke | 2016-12-01 | 1 | -2/+3 |
| |/ |
|
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-11-22 | 1 | -0/+19 |
|\| |
|
| * | vtysh, zebra: Fix link-params to use exit-link-params | Donald Sharp | 2016-11-18 | 1 | -1/+12 |
| * | zebra: fix link-params CLI handling | David Lamparter | 2016-11-12 | 1 | -0/+8 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -64/+55 |
|\| |
|
| * | *: Consolidate all double VIEW_NODE and ENABLE_NODE's | Donald Sharp | 2016-10-08 | 1 | -6/+0 |
| * | zebra: use qobj and enable concurrent config edits | David Lamparter | 2016-10-07 | 1 | -65/+57 |
* | | bgpd and zebra: scrubbed argc CHECK MEs | Daniel Walton | 2016-09-29 | 1 | -6/+1 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+4 |
* | | zebra: finish all zebra CHECK ME's | Quentin Young | 2016-09-28 | 1 | -123/+78 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -6/+6 |
* | | zebra: CHECK ME fixes | Daniel Walton | 2016-09-25 | 1 | -1/+0 |
* | | zebra: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -26/+52 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -7/+7 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -48/+44 |
* | | zebra: argv update for all but zebra_vty.c | Daniel Walton | 2016-09-22 | 1 | -33/+36 |
* | | Revert "lib, zebra: Fixup if.c to work in the new regime" | Daniel Walton | 2016-09-22 | 1 | -0/+1 |
* | | Revert "zebra: Fixup to use the new parser" | Daniel Walton | 2016-09-22 | 1 | -30/+30 |
* | | zebra: Fixup to use the new parser | Donald Sharp | 2016-09-21 | 1 | -30/+30 |
* | | lib, zebra: Fixup if.c to work in the new regime | Donald Sharp | 2016-09-21 | 1 | -1/+0 |
|/ |
|
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+1 |
* | zebra: Refactor interface statistic calling | Donald Sharp | 2016-09-17 | 1 | -32/+17 |
* | Update Traffic Engineering Support for OSPFD | Olivier Dugeon | 2016-09-03 | 1 | -6/+811 |
* | lib, zebra: unify link layer type and hardware address handling | Timo Teräs | 2016-09-03 | 1 | -17/+1 |
* | zebra: create an abstraction layer for netlink_neigh_update() | Renato Westphal | 2016-08-08 | 1 | -2/+2 |