summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-18/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-192-10/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-11/+7
* Merge pull request #4564 from pguibert6WIND/misc_vrf_update_nameRuss White2019-09-171-8/+42
|\
| * ripngd: change vrf name with bypassing nb apiPhilippe Guibert2019-08-271-7/+41
| * ripngd: update the default vrf name by registering to callbackPhilippe Guibert2019-08-271-1/+1
* | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-032-4/+3
|/
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-22/+19
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-243-16/+9
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-223-9/+16
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-122-5/+8
| * lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-1/+4
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-122-3/+4
* | ripngd: use MTYPE_STATICDavid Lamparter2019-06-219-75/+16
* | lib: use MTYPE_STATICDavid Lamparter2019-06-211-2/+4
* | ripd, ripngd: fix OpenBSD compiler warningDavid Lamparter2019-06-131-2/+2
* | *: fix northbound initializer warning on OpenBSDDavid Lamparter2019-06-131-62/+124
|/
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-1/+2
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-19/+22
* Merge pull request #4315 from lkrishnamoor/route_map_3rd_stateDonald Sharp2019-05-311-22/+19
|\
| * lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-22/+19
* | ripngd: strcat -> strlcatQuentin Young2019-05-291-7/+7
|/
* bgpd, ripd, ripngd: remove deprecated -r optionEmanuele Di Pascale2019-05-221-8/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-033-31/+16
* Merge pull request #4162 from opensourcerouting/rip-issuesDonald Sharp2019-04-233-1/+7
|\
| * ripd, ripngd: fix cleaning up of offset listsRenato Westphal2019-04-193-1/+7
* | lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-181-32/+32
|/
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-0514-676/+1278
|\
| * lib, ripd, ripngd: rename remaining delete northbound callbacksRenato Westphal2019-03-291-30/+30
| * Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-299-37/+61
| |\
| * | ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-184-43/+79
| * | ripngd: add vrf input parameter to the "clear-ripng-route" RPCRenato Westphal2019-01-182-12/+48
| * | ripngd: make YANG operational-data VRF aware tooRenato Westphal2019-01-182-84/+106
| * | ripngd: add VRF supportRenato Westphal2019-01-189-208/+508
| * | ripngd: remove the ripng global variableRenato Westphal2019-01-1811-291/+506
| * | ripngd: move "ripng_offset_list_master" to the ripng structureRenato Westphal2019-01-183-29/+16
| * | ripdng: clear list of peers when RIPng is deconfiguredRenato Westphal2019-01-183-0/+9
| * | ripngd: move "peer_list" to the ripng structureRenato Westphal2019-01-185-21/+20
| * | ripngd: move "Vripng_passive_interface" to the ripng structureRenato Westphal2019-01-183-14/+16
| * | ripngd: move "ripng_enable_network" to the ripng structureRenato Westphal2019-01-183-16/+21
| * | ripngd: move "ripng_enable_if" to the ripng structureRenato Westphal2019-01-183-20/+21
| * | ripngd: simplify cleaning up of routing instanceRenato Westphal2019-01-183-59/+49
| * | ripngd: fix valgrind warning about uninitialized memory usageRenato Westphal2019-01-181-1/+1
| * | ripd, ripngd: fix null pointer dereference in YANG RPCsRenato Westphal2019-01-181-0/+3
* | | isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` inDonald Sharp2019-03-271-0/+3
* | | *: remove trailing newlines from zlog messagesQuentin Young2019-03-141-2/+2
| |/ |/|
* | eigrp, rip, ripng, lib: unlink if_rmap from vrfPhilippe Guibert2019-02-191-4/+7
* | lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert2019-02-192-7/+28
* | libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-10/+10