| Commit message (Expand) | Author | Age | Files | Lines |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -1/+1 |
* | Merge pull request #767 from donaldsharp/if_update | Jafar Al-Gharaibeh | 2017-06-30 | 1 | -6/+2 |
|\ |
|
| * | bgpd, lib, zebra: Fix if_update function to represent what it does | Donald Sharp | 2017-06-29 | 1 | -6/+2 |
* | | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -6/+6 |
* | | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -4/+4 |
|/ |
|
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -6/+4 |
* | lib: cli: autocomplete variables | David Lamparter | 2017-05-15 | 1 | -0/+32 |
* | bgpd, lib, zebra: Rename if_update_vrf -> if_update | Donald Sharp | 2017-03-15 | 1 | -2/+2 |
* | bgpd, lib, zebra: Refactor ifname2ifindex to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | *: Refactor ifindex2ifname to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | lib: Refactor if_get_by_name_len to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -10/+4 |
* | *: Refactor if_get_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | *: Refactor if_lookup_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -13/+7 |
* | lib, ospf6d: Refactor if_lookup_prefix | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | lib, ospfd: Refactor if_lookup_by_name_len | Donald Sharp | 2017-03-15 | 1 | -9/+3 |
* | lib, ospfd, ripd: Convert if_lookup_address to be vrf aware | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | lib, pimd, zebra: Convert if_lookup_exact_address to VRF only | Donald Sharp | 2017-03-15 | 1 | -7/+1 |
* | lib, ospfd, pimd: Convert to using VRF based interface creation | Donald Sharp | 2017-03-15 | 1 | -9/+3 |
* | *: Remove non-vrf based ifindex lookup | Donald Sharp | 2017-03-15 | 1 | -9/+3 |
* | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 1 | -2/+2 |
* | lib: Treat v6 address as a v6 address | Donald Sharp | 2017-02-02 | 1 | -1/+1 |
* | 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 |