| Commit message (Expand) | Author | Age | Files | Lines |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -2/+0 |
* | Rationalize Link Parameters flags | Olivier Dugeon | 2017-01-05 | 1 | -2/+2 |
* | lib: remove vty->index | David Lamparter | 2016-12-09 | 1 | -1/+1 |
* | *: fix up DEFUNs without install_element calls | David Lamparter | 2016-12-05 | 1 | -0/+2 |
* | Merge branch 'queue/osr/vtysh-generic' | David Lamparter | 2016-12-05 | 1 | -0/+11 |
|\ |
|
| * | *: make DEFUN installations file-local | David Lamparter | 2016-12-01 | 1 | -0/+18 |
* | | Merge branch 'stable/2.0' | David Lamparter | 2016-12-05 | 1 | -89/+23 |
|\ \
| |/
|/| |
|
| * | Merge branch '-rip' into stable/2.0 | David Lamparter | 2016-12-05 | 1 | -4/+4 |
| |\ |
|
| | * | ripd: fix the "neighbor" command. | Renato Westphal | 2016-11-25 | 1 | -4/+4 |
| * | | Merge branch '-renato' into stable/2.0 | David Lamparter | 2016-12-05 | 1 | -75/+14 |
| |\ \ |
|
| | * | | zebra: order VRFs by name on user output | Renato Westphal | 2016-11-28 | 1 | -1/+1 |
| | * | | lib: convert vrf code to use red-black trees as well | Renato Westphal | 2016-11-28 | 1 | -21/+14 |
| | * | | zebra/lib: move some code around | Renato Westphal | 2016-11-28 | 1 | -54/+0 |
| | |/ |
|
| * | | lib, zebra: Minimize display of link-params sub data | Donald Sharp | 2016-12-05 | 1 | -5/+5 |
* | | | Merge branch 'vtysh-grammar' | David Lamparter | 2016-11-28 | 1 | -54/+47 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -8/+10 |
| |\| |
|
| * | | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -6/+3 |
| * | | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-29 | 1 | -4/+3 |
| * | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+3 |
| * | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -3/+3 |
| * | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -1/+1 |
| * | | lib: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -3/+6 |
| * | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -2/+2 |
| * | | lib: argv update for if.c | Quentin Young | 2016-09-22 | 1 | -49/+40 |
| * | | Revert "lib, zebra: Fixup if.c to work in the new regime" | Daniel Walton | 2016-09-22 | 1 | -28/+49 |
| * | | lib, zebra: Fixup if.c to work in the new regime | Donald Sharp | 2016-09-21 | 1 | -49/+28 |
* | | | lib: replace strlcpy & strlcat with glibc versions | David Lamparter | 2016-11-15 | 1 | -1/+0 |
* | | | build: massively remove needless checks | David Lamparter | 2016-11-15 | 1 | -24/+0 |
| |/
|/| |
|
* | | lib: use qobj for vty->index context position | David Lamparter | 2016-10-07 | 1 | -8/+4 |
* | | lib: qobj: register ifaces, routemaps & keychains | David Lamparter | 2016-10-07 | 1 | -0/+6 |
|/ |
|
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+6 |
* | Update Traffic Engineering Support for OSPFD | Olivier Dugeon | 2016-09-03 | 1 | -0/+44 |
* | lib, zebra: unify link layer type and hardware address handling | Timo Teräs | 2016-09-03 | 1 | -0/+60 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -13/+13 |
* | zebra/ospf/ospf6: Fix several memory leaks on if up/down | Don Slice | 2016-06-28 | 1 | -0/+6 |
* | Fix most compiler warnings in default GCC build. | Paul Jakma | 2016-05-26 | 1 | -8/+6 |
* | lib: Fix connected lookup | Donald Sharp | 2016-05-12 | 1 | -0/+18 |
* | lib: refactor connected_lookup_prefix | Donald Sharp | 2016-05-12 | 1 | -9/+4 |
* | lib, zebra: Refactor vrf creation a bit more | Donald Sharp | 2016-04-13 | 1 | -1/+1 |
* | quagga: Remove iflist global variable | Donald Sharp | 2016-04-08 | 1 | -9/+2 |
* | lib, zebra: Rename ZEBRA_VRF_ACTIVE | Donald Sharp | 2016-04-08 | 1 | -1/+1 |
* | lib: Refactor XX_name_len away | Donald Sharp | 2016-04-08 | 1 | -1/+1 |
* | lib: Combine name comparison function | Donald Sharp | 2016-03-31 | 1 | -5/+7 |
* | bgpd, lib, zebra: Add ability to retrieve ifp without specifying a vrf | Donald Sharp | 2016-03-23 | 1 | -0/+18 |
* | Quagga: Fix interface move from VRF to default VRF | vivek | 2016-02-28 | 1 | -4/+6 |
* | zebra: fix interface lookup for vrf configuration | Don Slice | 2016-02-10 | 1 | -7/+44 |
* | lib: Allow vrf under the cli | Donald Sharp | 2016-02-01 | 1 | -3/+85 |
* | Quagga: Fixup decision about what an unnumbered interface is | Donald Sharp | 2015-11-20 | 1 | -30/+0 |
* | lib, zebra, vtysh: configure an interface in non-default VRF | Feng Lu | 2015-10-30 | 1 | -0/+21 |
* | lib: move the interface list into "struct vrf" | Feng Lu | 2015-10-30 | 1 | -50/+176 |