summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* ripd: retrofit the 'default-metric' command to the new northbound modelRenato Westphal2018-10-271-4/+1
* ripd: retrofit the 'default-information' command to the new northbound modelRenato Westphal2018-10-271-4/+0
* ripd: retrofit the 'allow-ecmp' command to the new northbound modelRenato Westphal2018-10-271-1/+3
* ripd: retrofit the 'router rip' command to the new northbound modelRenato Westphal2018-10-271-0/+3
* yang, ripd: add 'frr-ripd.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+8
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-32/+32
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-5/+3
* ripd: Allow rip_redistribute_add to know the nexthop typeDonald Sharp2017-11-161-3/+5
* ripd: Convert to using 'struct nexthop' for nexthop informationDonald Sharp2017-11-161-4/+2
* ripd: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-241-0/+2