summaryrefslogtreecommitdiff
path: root/ripngd/ripngd.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-10-07*: remove ZEBRA_INTERFACE_VRF_UPDATEanlan_cs
2023-05-23ripngd: Make sure we do not overuse higher values for ECMP countDonatas Abraitis
2023-05-23ripng: Implement `allow-ecmp X` commandDonatas Abraitis
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-21ripngd: Remove various macros that overlap THREAD_OFFDonald Sharp
2021-10-04ripngd: Ensure better `struct thread *` semanticsDonald Sharp
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-01-28ripngd: Remove #if 0 codeDonald Sharp
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2019-10-29ripngd: split northbound callbacks into multiple filesRenato Westphal
2019-06-21ripngd: use MTYPE_STATICDavid Lamparter
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
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-18ripngd: make YANG operational-data VRF aware tooRenato Westphal
2019-01-18ripngd: add VRF supportRenato Westphal
2019-01-18ripngd: remove the ripng global variableRenato Westphal
2019-01-18ripngd: move "ripng_offset_list_master" to the ripng structureRenato Westphal
2019-01-18ripdng: clear list of peers when RIPng is deconfiguredRenato Westphal
2019-01-18ripngd: move "peer_list" to the ripng structureRenato Westphal
2019-01-18ripngd: move "Vripng_passive_interface" to the ripng structureRenato Westphal
2019-01-18ripngd: move "ripng_enable_network" to the ripng structureRenato Westphal
2019-01-18ripngd: move "ripng_enable_if" to the ripng structureRenato Westphal
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert
2018-12-03ripngd: implement northbound callbacks to fetch neighbor informationRenato Westphal
2018-12-03ripngd: implement the 'clear-ripng-route' YANG RPCRenato Westphal
2018-12-03ripngd: fix SIGHUP handlingRenato Westphal
2018-12-03ripngd: retrofit the 'split-horizon' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'timer basic' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'aggregate-address' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'route' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'passive-interface' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'offset-list' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'network' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'default-information' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal
2018-12-03ripngd: retrofit the 'router ripng' command to the new northbound modelRenato Westphal
2018-12-03yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacksRenato Westphal
2018-08-30bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp