| Commit message (Expand) | Author | Age | Files | Lines |
* | *: strip trailing whitespace | Quentin Young | 2019-09-30 | 1 | -1/+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 | -8/+42 |
|\ |
|
| * | ripngd: change vrf name with bypassing nb api | Philippe Guibert | 2019-08-27 | 1 | -7/+41 |
| * | ripngd: 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 | -3/+2 |
|/ |
|
* | 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 |
* | | ripngd: use MTYPE_STATIC | David Lamparter | 2019-06-21 | 1 | -0/+5 |
|/ |
|
* | ripngd: strcat -> strlcat | Quentin Young | 2019-05-29 | 1 | -7/+7 |
* | ripd, ripngd: fix cleaning up of offset lists | Renato Westphal | 2019-04-19 | 1 | -1/+1 |
* | Merge remote-tracking branch 'frr/master' into rip-vrf | Renato Westphal | 2019-03-29 | 1 | -13/+32 |
|\ |
|
| * | 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 | -7/+25 |
| * | ripd,ripngd: Added changes to track route-map usage in rip,ripng | rgirada | 2019-02-04 | 1 | -1/+4 |
| * | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -3/+3 |
* | | ripd, ripngd: change how we keep track of redistribution configuration | Renato Westphal | 2019-01-18 | 1 | -12/+19 |
* | | ripngd: add VRF support | Renato Westphal | 2019-01-18 | 1 | -131/+313 |
* | | ripngd: remove the ripng global variable | Renato Westphal | 2019-01-18 | 1 | -112/+175 |
* | | ripngd: move "ripng_offset_list_master" to the ripng structure | Renato Westphal | 2019-01-18 | 1 | -2/+6 |
* | | ripdng: clear list of peers when RIPng is deconfigured | Renato Westphal | 2019-01-18 | 1 | -0/+2 |
* | | ripngd: move "peer_list" to the ripng structure | Renato Westphal | 2019-01-18 | 1 | -0/+2 |
* | | ripngd: move "Vripng_passive_interface" to the ripng structure | Renato Westphal | 2019-01-18 | 1 | -0/+2 |
* | | ripngd: move "ripng_enable_network" to the ripng structure | Renato Westphal | 2019-01-18 | 1 | -0/+2 |
* | | ripngd: move "ripng_enable_if" to the ripng structure | Renato Westphal | 2019-01-18 | 1 | -1/+3 |
* | | ripngd: simplify cleaning up of routing instance | Renato Westphal | 2019-01-18 | 1 | -55/+47 |
* | | ripngd: fix valgrind warning about uninitialized memory usage | Renato Westphal | 2019-01-18 | 1 | -1/+1 |
|/ |
|
* | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api | Philippe Guibert | 2018-12-28 | 1 | -8/+21 |
* | ripd, ripngd: fix memleaks when deleting routing instance | Renato Westphal | 2018-12-17 | 1 | -1/+1 |
* | ripngd: implement the 'clear-ripng-route' YANG RPC | Renato Westphal | 2018-12-03 | 1 | -47/+1 |
* | ripngd: fix SIGHUP handling | Renato Westphal | 2018-12-03 | 1 | -19/+0 |
* | ripngd: retrofit the 'timer basic' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -74/+3 |
* | ripngd: retrofit the 'aggregate-address' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -86/+0 |
* | ripngd: retrofit the 'route' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -88/+0 |
* | ripngd: retrofit the 'redistribute' commands to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -3/+1 |
* | ripngd: retrofit the 'passive-interface' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -1/+1 |
* | ripngd: retrofit the 'offset-list' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -3/+0 |
* | ripngd: retrofit the 'network' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -2/+0 |
* | ripngd: retrofit the 'default-metric' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -35/+0 |
* | ripngd: retrofit the 'default-information' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -47/+0 |
* | ripngd: retrofit the 'allow-ecmp' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -40/+1 |
* | ripngd: retrofit the 'router ripng' command to the new northbound model | Renato Westphal | 2018-12-03 | 1 | -56/+22 |
* | *: spelchek | David Lamparter | 2018-10-25 | 1 | -2/+2 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -3/+3 |
* | *: style for EC replacements | Quentin Young | 2018-09-13 | 1 | -3/+2 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -3/+3 |
* | pimd ripd ripngd: variable shadowing fixes | F. Aragon | 2018-09-12 | 1 | -7/+0 |
* | bgpd, ripngd: Convert to using new agg_table/route | Donald Sharp | 2018-08-30 | 1 | -66/+70 |