summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-24/+27
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-27/+24
* bgpd, ripd, ripngd: remove deprecated -r optionEmanuele Di Pascale2019-05-221-8/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-033-20/+11
* 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-54/+54
|/
* *: setting the socket send/recv buffer sizes doesn't need elevated privsRenato Westphal2019-04-081-1/+1
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-0513-846/+1356
|\
| * lib, ripd, ripngd: rename remaining delete northbound callbacksRenato Westphal2019-03-291-47/+47
| * Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-297-56/+79
| |\
| * | ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-184-41/+75
| * | ripd: fix unsetting of authentication passwordRenato Westphal2019-01-181-1/+1
| * | ripd: add vrf input parameter to the "clear-rip-route" RPCRenato Westphal2019-01-182-12/+47
| * | ripd: make YANG operational-data VRF aware tooRenato Westphal2019-01-182-84/+107
| * | ripd: add VRF supportRenato Westphal2019-01-1810-200/+488
| * | ripd: failure to create a socket shouldn't be a fatal errorRenato Westphal2019-01-181-1/+1
| * | ripd: switch from sendto() to sendmsg()Renato Westphal2019-01-181-2/+28
| * | ripd: remove the rip global variableRenato Westphal2019-01-189-319/+538
| * | ripd: clear list of peers when RIP is deconfiguredRenato Westphal2019-01-183-0/+9
| * | ripd: move "rip_distance_table" to the rip structureRenato Westphal2019-01-183-25/+15
| * | ripd: move global counters to the rip structureRenato Westphal2019-01-184-14/+16
| * | ripd: remove dead codeRenato Westphal2019-01-183-97/+0
| * | ripd: move "rip_offset_list_master" to the rip structureRenato Westphal2019-01-183-27/+13
| * | ripd: move "peer_list" to the rip structureRenato Westphal2019-01-186-21/+24
| * | ripd: move "Vrip_passive_nondefault" to the rip structureRenato Westphal2019-01-183-15/+13
| * | ripd: move "rip_enable_network" to the rip structureRenato Westphal2019-01-183-14/+16
| * | ripd: move "rip_enable_interface" to the rip structureRenato Westphal2019-01-183-16/+20
| * | ripd: simplify cleaning up of routing instanceRenato Westphal2019-01-183-62/+48
| * | ripd, ripngd: fix null pointer dereference in YANG RPCsRenato Westphal2019-01-181-0/+3
* | | Merge pull request #3900 from opensourcerouting/ripd-fix-no-passive-ifaceDonald Sharp2019-03-151-4/+13
|\ \ \
| * | | ripd: fix removal of configured passive interfacesRenato Westphal2019-03-021-4/+13
| | |/ | |/|
* | | Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-062-8/+4
|\ \ \ | |/ / |/| |
| * | *: remove null check before XFREEQuentin Young2019-02-262-8/+4
* | | Merge pull request #3877 from qlyoung/remove-strncpyRenato Westphal2019-03-011-12/+8
|\ \ \
| * | | ripd: strncpy -> strlcpyQuentin Young2019-02-261-12/+8
| |/ /
* | | 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-10/+32
|/ /
* | libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-14/+14
* | libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-16/+16
* | ripd,ripngd: Added changes to track route-map usage in rip,ripngrgirada2019-02-041-1/+4
* | build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-243-6/+6
|/
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-282-10/+25
* ripd, ripngd: fix memleaks when deleting routing instanceRenato Westphal2018-12-171-2/+2
* *: remove all MIBs for DFSG complianceDavid Lamparter2018-12-142-532/+0
* ripd: fix minor issues from the northbound conversionRenato Westphal2018-12-032-5/+10
* ripd: remove leftovers from the old sighup handlerRenato Westphal2018-12-036-30/+0
* build: update vtysh scan list for ripd and ripngdRenato Westphal2018-12-031-3/+0
* Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-2/+0
|\