| Commit message (Expand) | Author | Age | Files | Lines |
* | *: coccinelle-replace vty->index | David Lamparter | 2016-12-09 | 2 | -42/+21 |
* | ripd: add qobj registrations | David Lamparter | 2016-12-09 | 2 | -0/+10 |
* | ripd: fix `ip rip receive...` command | Quentin Young | 2016-12-06 | 1 | -1/+1 |
* | ripd: fix indentation problems introduced by wrong conflict resolution | Renato Westphal | 2016-12-05 | 1 | -33/+33 |
* | Merge branch 'queue/osr/vtysh-generic' | David Lamparter | 2016-12-05 | 1 | -5/+1 |
|\ |
|
| * | *: make DEFUN installations file-local | David Lamparter | 2016-12-01 | 1 | -5/+1 |
* | | Merge branch 'stable/2.0' | David Lamparter | 2016-12-05 | 3 | -106/+106 |
|\ \
| |/
|/| |
|
| * | ripd: minor code simplification | Renato Westphal | 2016-11-25 | 2 | -29/+6 |
| * | ripd: make use of the IP_MULTICAST_LOOP sockoption | Renato Westphal | 2016-11-25 | 1 | -0/+1 |
| * | ripd: fix race condition on input processing | Renato Westphal | 2016-11-25 | 1 | -41/+9 |
| * | ripd: fix the "neighbor" command. | Renato Westphal | 2016-11-25 | 1 | -12/+7 |
| * | ripd: add "none" option to the "ip rip receive version" command | Renato Westphal | 2016-11-25 | 3 | -16/+17 |
| * | ripd: implement the "ip rip v2-broadcast" CLI command | Renato Westphal | 2016-11-25 | 3 | -5/+54 |
| * | ripd: ignore request for RTEs from unknown address-families | Renato Westphal | 2016-11-25 | 1 | -0/+3 |
| * | ripd: reject authentication strings with zeros in the middle | Renato Westphal | 2016-11-25 | 1 | -4/+10 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-21 | 1 | -2/+2 |
|\| |
|
| * | ripd: print md5 auth digest correctly | Christian Franke | 2016-10-21 | 1 | -2/+2 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-20 | 1 | -1/+1 |
|\| |
|
| * | *: Consolidate routemap initialization | Donald Sharp | 2016-10-19 | 1 | -1/+1 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 5 | -224/+112 |
|\| |
|
| * | *: Consolidate all double VIEW_NODE and ENABLE_NODE's | Donald Sharp | 2016-10-08 | 1 | -2/+0 |
| * | ripd: add support for route tags | Christian Franke | 2016-10-08 | 4 | -8/+23 |
| * | *: Consistently support 32-bit route tags | Christian Franke | 2016-10-08 | 3 | -72/+23 |
| * | 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 |
| * | ripd: code simplification for redistribution. | Matthieu Boutier | 2016-09-26 | 1 | -92/+24 |
| * | 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 |
| * | ripd: split-horizon default differed between rip_interface_new and _reset | Paul Jakma | 2016-09-23 | 3 | -72/+65 |
| * | 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 | -2/+0 |
* | | all: removed all DEFUN command stomps | Daniel Walton | 2016-10-06 | 3 | -445/+31 |
* | | all: Fix various syntax errors | Quentin Young | 2016-10-04 | 1 | -1/+1 |
* | | ospfd, ospf6d, ripd: Fix miscellaneous syntax errors | Quentin Young | 2016-10-04 | 1 | -3/+3 |
* | | all: fix sundry syntax errors | Quentin Young | 2016-10-01 | 1 | -4/+4 |
* | | all: added some missing <>s within []s | Daniel Walton | 2016-09-30 | 1 | -2/+2 |
* | | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-29 | 2 | -10/+0 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 2 | -0/+10 |
* | | ripd: argv not argc | Quentin Young | 2016-09-27 | 1 | -1/+1 |
* | | ripd: resolve rip_routemap.c CHECK ME's | Quentin Young | 2016-09-27 | 1 | -155/+62 |
* | | ripd, ripngd: cli refactor | Quentin Young | 2016-09-27 | 2 | -175/+62 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -8/+8 |
* | | ripd: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 6 | -74/+143 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 6 | -32/+32 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 3 | -214/+230 |
* | | ripd: argv update | Daniel Walton | 2016-09-23 | 6 | -120/+89 |
* | | ripngd: argv update | Daniel Walton | 2016-09-23 | 1 | -22/+0 |
* | | Revert "ripd: Fixup code to work under new way" | Daniel Walton | 2016-09-22 | 6 | -90/+90 |
* | | ripd: Fixup code to work under new way | Donald Sharp | 2016-09-21 | 6 | -90/+90 |
|/ |
|