| Commit message (Expand) | Author | Age | Files | Lines |
* | ripd: #if 0 we know what you are up to. | Donald Sharp | 2021-01-28 | 1 | -17/+0 |
* | *: Replace s_addr check agains 0 with INADDR_ANY | Donatas Abraitis | 2020-12-14 | 1 | -3/+3 |
* | *: Remove route_map_object_t from the system | Donald Sharp | 2020-11-14 | 1 | -3/+3 |
* | *: unify thread/event cancel macros | Mark Stapp | 2020-10-23 | 1 | -1/+1 |
* | ripd: replace inet_ntoa | Mark Stapp | 2020-10-22 | 1 | -67/+61 |
* | ripd: Convert to using %pFX | Donald Sharp | 2020-10-17 | 1 | -24/+15 |
* | rip(ng)d: fix interfaces cleaning | Igor Ryzhov | 2020-10-09 | 1 | -1/+2 |
* | *: move all userdata when changing node xpath | Igor Ryzhov | 2020-09-24 | 1 | -0/+7 |
* | *: un-split strings across lines | David Lamparter | 2020-07-14 | 1 | -16/+8 |
* | Merge pull request #6262 from qlyoung/remove-sprintf | David Lamparter | 2020-04-23 | 1 | -2/+2 |
|\ |
|
| * | *: sprintf -> snprintf | Quentin Young | 2020-04-21 | 1 | -2/+2 |
* | | *: replace all random() calls | Rafael Zalamena | 2020-04-18 | 1 | -2/+4 |
|/ |
|
* | *: move CLI node names to cmd_node->name | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: move CLI parent data to cmd_node->parent_node | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: remove second parameter on install_node() | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | *: remove cmd_node->vtysh | David Lamparter | 2020-04-16 | 1 | -1/+0 |
* | *: clean up cmd_node initializers | David Lamparter | 2020-04-16 | 1 | -1/+5 |
* | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis | 2020-03-08 | 1 | -1/+1 |
* | *: use gmtime_r, localtime_r exclusively | Mark Stapp | 2020-03-05 | 1 | -5/+5 |
* | *: Replace s_addr 0 => INADDR_ANY | Donatas Abraitis | 2020-02-06 | 1 | -11/+17 |
* | *: remove null check before XFREE | Quentin Young | 2020-02-04 | 1 | -2/+1 |
* | ripd: split northbound callbacks into multiple files | Renato Westphal | 2019-10-30 | 1 | -0/+1 |
* | Revert "lib: introduce a read-write lock for northbound configurations" | Renato Westphal | 2019-09-18 | 1 | -11/+7 |
* | Merge pull request #4564 from pguibert6WIND/misc_vrf_update_name | Russ White | 2019-09-17 | 1 | -1/+36 |
|\ |
|
| * | ripd: change vrf name with bypassing nb api | Philippe Guibert | 2019-08-27 | 1 | -0/+35 |
| * | ripd: update the default vrf name by registering to callback | Philippe Guibert | 2019-08-27 | 1 | -1/+1 |
* | | *: frr_elevate_privs -> frr_with_privs | David Lamparter | 2019-09-03 | 1 | -2/+2 |
|/ |
|
* | ospfd,ripd: Enabling build with openssl | Michal Ruprich | 2019-08-08 | 1 | -0/+30 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -4/+2 |
* | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2 | Donald Sharp | 2019-06-22 | 1 | -2/+4 |
|\ |
|
| * | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -0/+2 |
| * | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -2/+2 |
* | | ripd: use MTYPE_STATIC | David Lamparter | 2019-06-21 | 1 | -0/+6 |
|/ |
|
* | ripd, ripngd: fix cleaning up of offset lists | Renato Westphal | 2019-04-19 | 1 | -1/+1 |
* | *: setting the socket send/recv buffer sizes doesn't need elevated privs | Renato Westphal | 2019-04-08 | 1 | -1/+1 |
* | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal | 2019-03-29 | 1 | -22/+40 |
|\ |
|
| * | 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 | 1 | -8/+28 |
| |/ |
|
| * | ripd,ripngd: Added changes to track route-map usage in rip,ripng | rgirada | 2019-02-04 | 1 | -1/+4 |
* | | ripd, ripngd: change how we keep track of redistribution configuration | Renato Westphal | 2019-01-18 | 1 | -11/+15 |
* | | ripd: add VRF support | Renato Westphal | 2019-01-18 | 1 | -121/+290 |
* | | 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 | 1 | -139/+204 |
* | | ripd: clear list of peers when RIP is deconfigured | Renato Westphal | 2019-01-18 | 1 | -0/+2 |
* | | ripd: move "rip_distance_table" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -19/+14 |
* | | ripd: move global counters to the rip structure | Renato Westphal | 2019-01-18 | 1 | -7/+1 |
* | | ripd: remove dead code | Renato Westphal | 2019-01-18 | 1 | -81/+0 |