| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -24/+27 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -27/+24 |
* | bgpd, ripd, ripngd: remove deprecated -r option | Emanuele Di Pascale | 2019-05-22 | 1 | -8/+2 |
* | *: use ZAPI_CALLBACK_ARGS macro for zapi handlers | Quentin Young | 2019-05-03 | 3 | -20/+11 |
* | Merge pull request #4162 from opensourcerouting/rip-issues | Donald Sharp | 2019-04-23 | 3 | -1/+7 |
|\ |
|
| * | ripd, ripngd: fix cleaning up of offset lists | Renato Westphal | 2019-04-19 | 3 | -1/+7 |
* | | lib: rework management of user pointers in the northbound layer | Renato Westphal | 2019-04-18 | 1 | -54/+54 |
|/ |
|
* | *: setting the socket send/recv buffer sizes doesn't need elevated privs | Renato Westphal | 2019-04-08 | 1 | -1/+1 |
* | Merge pull request #3548 from opensourcerouting/rip-vrf | Donald Sharp | 2019-04-05 | 13 | -846/+1356 |
|\ |
|
| * | lib, ripd, ripngd: rename remaining delete northbound callbacks | Renato Westphal | 2019-03-29 | 1 | -47/+47 |
| * | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal | 2019-03-29 | 7 | -56/+79 |
| |\ |
|
| * | | ripd, ripngd: change how we keep track of redistribution configuration | Renato Westphal | 2019-01-18 | 4 | -41/+75 |
| * | | ripd: fix unsetting of authentication password | Renato Westphal | 2019-01-18 | 1 | -1/+1 |
| * | | ripd: add vrf input parameter to the "clear-rip-route" RPC | Renato Westphal | 2019-01-18 | 2 | -12/+47 |
| * | | ripd: make YANG operational-data VRF aware too | Renato Westphal | 2019-01-18 | 2 | -84/+107 |
| * | | ripd: add VRF support | Renato Westphal | 2019-01-18 | 10 | -200/+488 |
| * | | ripd: failure to create a socket shouldn't be a fatal error | Renato Westphal | 2019-01-18 | 1 | -1/+1 |
| * | | ripd: switch from sendto() to sendmsg() | Renato Westphal | 2019-01-18 | 1 | -2/+28 |
| * | | ripd: remove the rip global variable | Renato Westphal | 2019-01-18 | 9 | -319/+538 |
| * | | ripd: clear list of peers when RIP is deconfigured | Renato Westphal | 2019-01-18 | 3 | -0/+9 |
| * | | ripd: move "rip_distance_table" to the rip structure | Renato Westphal | 2019-01-18 | 3 | -25/+15 |
| * | | ripd: move global counters to the rip structure | Renato Westphal | 2019-01-18 | 4 | -14/+16 |
| * | | ripd: remove dead code | Renato Westphal | 2019-01-18 | 3 | -97/+0 |
| * | | ripd: move "rip_offset_list_master" to the rip structure | Renato Westphal | 2019-01-18 | 3 | -27/+13 |
| * | | ripd: move "peer_list" to the rip structure | Renato Westphal | 2019-01-18 | 6 | -21/+24 |
| * | | ripd: move "Vrip_passive_nondefault" to the rip structure | Renato Westphal | 2019-01-18 | 3 | -15/+13 |
| * | | ripd: move "rip_enable_network" to the rip structure | Renato Westphal | 2019-01-18 | 3 | -14/+16 |
| * | | ripd: move "rip_enable_interface" to the rip structure | Renato Westphal | 2019-01-18 | 3 | -16/+20 |
| * | | ripd: simplify cleaning up of routing instance | Renato Westphal | 2019-01-18 | 3 | -62/+48 |
| * | | ripd, ripngd: fix null pointer dereference in YANG RPCs | Renato Westphal | 2019-01-18 | 1 | -0/+3 |
* | | | Merge pull request #3900 from opensourcerouting/ripd-fix-no-passive-iface | Donald Sharp | 2019-03-15 | 1 | -4/+13 |
|\ \ \ |
|
| * | | | ripd: fix removal of configured passive interfaces | Renato Westphal | 2019-03-02 | 1 | -4/+13 |
| | |/
| |/| |
|
* | | | Merge pull request #3869 from qlyoung/cocci-fixes | David Lamparter | 2019-03-06 | 2 | -8/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | *: remove null check before XFREE | Quentin Young | 2019-02-26 | 2 | -8/+4 |
* | | | Merge pull request #3877 from qlyoung/remove-strncpy | Renato Westphal | 2019-03-01 | 1 | -12/+8 |
|\ \ \ |
|
| * | | | ripd: strncpy -> strlcpy | Quentin Young | 2019-02-26 | 1 | -12/+8 |
| |/ / |
|
* | | | eigrp, rip, ripng, lib: unlink if_rmap from vrf | Philippe Guibert | 2019-02-19 | 1 | -4/+7 |
* | | | lib, rip, ripng, eigrp: rework if_rmap context | Philippe Guibert | 2019-02-19 | 2 | -10/+32 |
|/ / |
|
* | | libs, rip, isis: change northbound operation enum to DESTROY | Mark Stapp | 2019-02-11 | 1 | -14/+14 |
* | | libs, daemons: changes to permit c++ compilation | Mark Stapp | 2019-02-11 | 1 | -16/+16 |
* | | ripd,ripngd: Added changes to track route-map usage in rip,ripng | rgirada | 2019-02-04 | 1 | -1/+4 |
* | | build: fix a whole bunch of *FLAGS | David Lamparter | 2019-01-30 | 1 | -1/+1 |
* | | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 3 | -6/+6 |
|/ |
|
* | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 2 | -10/+25 |
* | ripd, ripngd: fix memleaks when deleting routing instance | Renato Westphal | 2018-12-17 | 1 | -2/+2 |
* | *: remove all MIBs for DFSG compliance | David Lamparter | 2018-12-14 | 2 | -532/+0 |
* | ripd: fix minor issues from the northbound conversion | Renato Westphal | 2018-12-03 | 2 | -5/+10 |
* | ripd: remove leftovers from the old sighup handler | Renato Westphal | 2018-12-03 | 6 | -30/+0 |
* | build: update vtysh scan list for ripd and ripngd | Renato Westphal | 2018-12-03 | 1 | -3/+0 |
* | Merge pull request #3378 from opensourcerouting/remove-config-lock | Donald Sharp | 2018-12-01 | 1 | -2/+0 |
|\ |
|