summaryrefslogtreecommitdiffstats
path: root/ripd/rip_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripd: Add vrf name to debug outputDonald Sharp2020-02-141-14/+29
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-21/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-18/+1
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-15/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-9/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-10/+6
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-6/+10
|\
| * *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-5/+6
| * lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-121-1/+4
* | ripd: use MTYPE_STATICDavid Lamparter2019-06-211-0/+2
|/
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-14/+7
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-051-136/+174
|\
| * ripd: add VRF supportRenato Westphal2019-01-181-39/+77
| * ripd: remove the rip global variableRenato Westphal2019-01-181-57/+77
| * ripd: remove dead codeRenato Westphal2019-01-181-10/+0
| * ripd: move "Vrip_passive_nondefault" to the rip structureRenato Westphal2019-01-181-14/+8
| * ripd: move "rip_enable_network" to the rip structureRenato Westphal2019-01-181-14/+11
| * ripd: move "rip_enable_interface" to the rip structureRenato Westphal2019-01-181-15/+14
* | *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-3/+3
|/
* ripd: remove leftovers from the old sighup handlerRenato Westphal2018-12-031-9/+0
* ripd: reduce excessive indentation in a few placesRenato Westphal2018-10-271-54/+47
* ripd: fix memory leaks when interfaces are deletedRenato Westphal2018-10-271-0/+1
* ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal2018-10-271-550/+20
* ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-10-271-68/+23
* ripd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-10-271-72/+13
* ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal2018-10-271-55/+7
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* pimd ripd ripngd: variable shadowing fixesF. Aragon2018-09-121-5/+5
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* ripd: Convert zlog_err to zlog_ferr for LIB_ERR_XXXDonald Sharp2018-08-141-2/+4
* ripd: Use memory management for interface commands in RIPDonald Sharp2018-08-011-24/+21
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-8/+6
* ripd: Allow rip_redistribute_add to know the nexthop typeDonald Sharp2017-11-161-4/+14
* ripd: Convert to using 'struct nexthop' for nexthop informationDonald Sharp2017-11-161-1/+1
* ripd: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-241-2/+0
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-7/+7
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-4/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-14/+14
* *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
* lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1249/+1160