| Commit message (Expand) | Author | Age | Files | Lines |
* | *: use clang's 'ForEachMacros' format style option | Renato Westphal | 2017-09-15 | 1 | -30/+37 |
* | zebra: Coverity Code Cleanup | Donald Sharp | 2017-08-25 | 1 | -1/+0 |
* | *: fix assorted issues detected by Coverity Scan | Renato Westphal | 2017-08-25 | 1 | -0/+1 |
* | zebra: start detangling rtadv & irdp | David Lamparter | 2017-08-15 | 1 | -1/+76 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -4/+3 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -3/+4 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -1209/+1180 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -9/+9 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -9/+9 |
* | | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -27/+27 |
|/ |
|
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -1/+1 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -31/+32 |
* | *: remove VTY_GET_* | Quentin Young | 2017-06-27 | 1 | -7/+7 |
* | zebra: Fix help string ordering | Donald Sharp | 2017-06-02 | 1 | -2/+2 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -13/+6 |
* | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 1 | -2/+2 |
* | Merge remote-tracking branch 'osr/master' into vtysh-grammar | Quentin Young | 2016-12-06 | 1 | -7/+7 |
|\ |
|
| * | Merge branch 'stable/2.0' | David Lamparter | 2016-12-05 | 1 | -7/+7 |
| |\ |
|
| | * | zebra/lib: remove redundant fields from zebra_vrf | Renato Westphal | 2016-11-28 | 1 | -4/+4 |
| | * | lib: convert vrf code to use red-black trees as well | Renato Westphal | 2016-11-28 | 1 | -3/+3 |
* | | | all: Fix all underfull doc strings | Quentin Young | 2016-11-30 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -107/+47 |
|\| |
|
| * | zebra: use qobj and enable concurrent config edits | David Lamparter | 2016-10-07 | 1 | -106/+47 |
* | | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -1/+0 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+1 |
* | | zebra: refactor rtadv.c | Quentin Young | 2016-09-25 | 1 | -443/+85 |
* | | zebra: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -16/+27 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -9/+9 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -383/+344 |
* | | zebra: argv update for all but zebra_vty.c | Daniel Walton | 2016-09-22 | 1 | -17/+16 |
* | | Revert "zebra: Fixup to use the new parser" | Daniel Walton | 2016-09-22 | 1 | -19/+19 |
* | | zebra: Fixup to use the new parser | Donald Sharp | 2016-09-21 | 1 | -19/+19 |
|/ |
|
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs | David Lamparter | 2016-09-19 | 1 | -0/+1 |
* | lib, zebra: unify link layer type and hardware address handling | Timo Teräs | 2016-09-03 | 1 | -22/+0 |
* | zebra: stack overrun in IPv6 RA receive code (CVE ##TBA##) | David Lamparter | 2016-09-01 | 1 | -1/+1 |
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -4/+4 |
* | zebra: Fix interface lookup for RA statistics | vivek | 2016-08-13 | 1 | -13/+13 |
* | zebra: Add iface index to RA message count increment failure msg | Quentin Young | 2016-06-21 | 1 | -1/+2 |
* | zebra: Add ipv6 router advertisement message counter | Quentin Young | 2016-06-20 | 1 | -0/+20 |
* | zebra: use prefix2str for logging where possible | Timo Teräs | 2016-06-09 | 1 | -5/+3 |
* | zebra: Fix leaked sockets in rtadv.c | Morgan Stewart | 2016-05-26 | 1 | -6/+24 |
* | zebra, isisd: cast to unsigned char for ctypes | David Lamparter | 2016-05-26 | 1 | -1/+2 |
* | zebra: Ensure IPv6 RA configuration is displayed correctly | vivek | 2016-05-23 | 1 | -10/+2 |
* | zebra: Accept and process RAs with lifetime of zero | vivek | 2016-05-13 | 1 | -8/+7 |
* | Revert "Zebra: Update/fix router_lifetime in IPv6 RAs" | vivek | 2016-05-13 | 1 | -19/+8 |
* | BGP: Set advertisement interval when triggering IPv6 RAs | vivek | 2016-05-13 | 1 | -6/+17 |
* | Zebra: Update/fix router_lifetime in IPv6 RAs | vivek | 2016-05-03 | 1 | -8/+19 |
* | BGP: Trigger IPv6 router advertisements upon config of unnumbered neighbor | vivek | 2016-05-02 | 1 | -1/+60 |