| Commit message (Expand) | Author | Age | Files | Lines |
* | *: 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 |
* | | ripd: move "rip_offset_list_master" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -2/+4 |
* | | ripd: move "peer_list" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -0/+2 |
* | | ripd: move "Vrip_passive_nondefault" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -0/+2 |
* | | ripd: move "rip_enable_network" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -0/+2 |
* | | ripd: move "rip_enable_interface" to the rip structure | Renato Westphal | 2019-01-18 | 1 | -1/+3 |
* | | ripd: simplify cleaning up of routing instance | Renato Westphal | 2019-01-18 | 1 | -58/+46 |
|/ |
|
* | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 1 | -10/+21 |
* | ripd, ripngd: fix memleaks when deleting routing instance | Renato Westphal | 2018-12-17 | 1 | -2/+2 |
* | ripd: implement two YANG notifications | Renato Westphal | 2018-10-27 | 1 | -0/+5 |
* | ripd: implement the 'clear-rip-route' YANG RPC | Renato Westphal | 2018-10-27 | 1 | -1/+1 |
* | ripd: fix SIGHUP handling | Renato Westphal | 2018-10-27 | 1 | -24/+0 |
* | ripd: no need to use qobj anymore to keep track of "router rip" | Renato Westphal | 2018-10-27 | 1 | -6/+0 |
* | ripd: retrofit the 'version' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -41/+0 |
* | ripd: retrofit the 'timer basic' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -86/+3 |
* | ripd: retrofit the 'route' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -94/+0 |
* | ripd: retrofit the 'redistribute' commands to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -4/+1 |
* | ripd: retrofit the 'passive-interface' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -1/+3 |
* | ripd: retrofit the 'offset-list' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -3/+0 |
* | ripd: retrofit the 'network' command to the new northbound model | Renato Westphal | 2018-10-27 | 1 | -3/+0 |