summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-1/+0
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-261-1/+0
* ripd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis2023-05-181-0/+2
* ripd: Implement `allow-ecmp X` commandDonatas Abraitis2023-05-041-1/+3
* ripd: support BFD integrationRenato Westphal2023-04-191-4/+27
* *: Fixup formatting issues due to reorderingDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-1/+1
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-8/+8
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ripd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-211-3/+0
* *: Fix spelling of strucutreDonald Sharp2022-04-191-1/+1
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* ripd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-8/+1
* ripd: use MTYPE_STATICDavid Lamparter2019-06-211-1/+3
* ripd, ripngd: fix cleaning up of offset listsRenato Westphal2019-04-191-0/+1
* Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-1/+4
|\
| * lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert2019-02-191-2/+4
* | ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-181-5/+9
* | ripd: make YANG operational-data VRF aware tooRenato Westphal2019-01-181-0/+1
* | ripd: add VRF supportRenato Westphal2019-01-181-4/+21
* | ripd: remove the rip global variableRenato Westphal2019-01-181-47/+67
* | ripd: clear list of peers when RIP is deconfiguredRenato Westphal2019-01-181-0/+1
* | ripd: move "rip_distance_table" to the rip structureRenato Westphal2019-01-181-2/+0
* | ripd: move global counters to the rip structureRenato Westphal2019-01-181-4/+9
* | ripd: remove dead codeRenato Westphal2019-01-181-6/+0
* | ripd: move "rip_offset_list_master" to the rip structureRenato Westphal2019-01-181-2/+5
* | ripd: move "peer_list" to the rip structureRenato Westphal2019-01-181-3/+5
* | ripd: move "Vrip_passive_nondefault" to the rip structureRenato Westphal2019-01-181-1/+3
* | ripd: move "rip_enable_network" to the rip structureRenato Westphal2019-01-181-0/+3
* | ripd: move "rip_enable_interface" to the rip structureRenato Westphal2019-01-181-0/+3
|/
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-281-0/+4
* ripd: remove leftovers from the old sighup handlerRenato Westphal2018-12-031-3/+0
* ripd: implement two YANG notificationsRenato Westphal2018-10-271-0/+4
* ripd: implement the 'clear-rip-route' YANG RPCRenato Westphal2018-10-271-0/+1
* ripd: implement northbound callbacks to fetch neighbor informationRenato Westphal2018-10-271-0/+1
* ripd: fix SIGHUP handlingRenato Westphal2018-10-271-1/+0
* ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal2018-10-271-3/+2
* ripd: no need to use qobj anymore to keep track of "router rip"Renato Westphal2018-10-271-4/+0
* ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal2018-10-271-8/+4
* ripd: retrofit the 'route' command to the new northbound modelRenato Westphal2018-10-271-3/+0
* ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-10-271-3/+5
* ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal2018-10-271-1/+7
* ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal2018-10-271-8/+24
* ripd: retrofit the 'network' command to the new northbound modelRenato Westphal2018-10-271-0/+5
* ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal2018-10-271-0/+2
* ripd: retrofit the 'distance source' commands to the new northbound modelRenato Westphal2018-10-271-0/+12