summaryrefslogtreecommitdiff
path: root/ripd/ripd.h
AgeCommit message (Expand)Author
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-26ripngd: convert ripngd to mgmtdChristian Hopps
2023-05-18ripd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis
2023-05-04ripd: Implement `allow-ecmp X` commandDonatas Abraitis
2023-04-19ripd: support BFD integrationRenato Westphal
2023-03-24*: Fixup formatting issues due to reorderingDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-21ripd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-04-19*: Fix spelling of strucutreDonald Sharp
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-10-23*: unify thread/event cancel macrosMark Stapp
2019-10-29ripd: split northbound callbacks into multiple filesRenato Westphal
2019-06-21ripd: use MTYPE_STATICDavid Lamparter
2019-04-19ripd, ripngd: fix cleaning up of offset listsRenato Westphal
2019-03-29Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal
2019-02-19lib, rip, ripng, eigrp: rework if_rmap contextPhilippe Guibert
2019-01-18ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal
2019-01-18ripd: make YANG operational-data VRF aware tooRenato Westphal
2019-01-18ripd: add VRF supportRenato Westphal
2019-01-18ripd: remove the rip global variableRenato Westphal
2019-01-18ripd: clear list of peers when RIP is deconfiguredRenato Westphal
2019-01-18ripd: move "rip_distance_table" to the rip structureRenato Westphal
2019-01-18ripd: move global counters to the rip structureRenato Westphal
2019-01-18ripd: remove dead codeRenato Westphal
2019-01-18ripd: move "rip_offset_list_master" to the rip structureRenato Westphal
2019-01-18ripd: move "peer_list" to the rip structureRenato Westphal
2019-01-18ripd: move "Vrip_passive_nondefault" to the rip structureRenato Westphal
2019-01-18ripd: move "rip_enable_network" to the rip structureRenato Westphal
2019-01-18ripd: move "rip_enable_interface" to the rip structureRenato Westphal
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert
2018-12-03ripd: remove leftovers from the old sighup handlerRenato Westphal
2018-10-27ripd: implement two YANG notificationsRenato Westphal
2018-10-27ripd: implement the 'clear-rip-route' YANG RPCRenato Westphal
2018-10-27ripd: implement northbound callbacks to fetch neighbor informationRenato Westphal
2018-10-27ripd: fix SIGHUP handlingRenato Westphal
2018-10-27ripd: retrofit all RIP interface commands to the new northbound modelRenato Westphal
2018-10-27ripd: no need to use qobj anymore to keep track of "router rip"Renato Westphal
2018-10-27ripd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'route' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'network' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'neighbor' command to the new northbound modelRenato Westphal
2018-10-27ripd: retrofit the 'distance source' commands to the new northbound modelRenato Westphal