summaryrefslogtreecommitdiff
path: root/ospf6d
AgeCommit message (Expand)Author
2020-04-27build: use VPATH for vtysh_scanDavid Lamparter
2020-04-23Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter
2020-04-21ospf6d: fix SA warningsMark Stapp
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-18ospf6d: Prevent use after freeDonald Sharp
2020-04-16Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp
2020-04-16*: include vrf northbound module in initChirag Shah
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2020-04-09ospf6d: stop looping thru same Inter-Area Router LSAsDon Slice
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-04-02bgpd, ospfd, ospf6d: long is not bool :(David Lamparter
2020-04-01ospf6d: Recent changes in our build cause const to be respectedDonald Sharp
2020-03-13ospf6d: Fix spelling mistakes found by debian packagingDonald Sharp
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-13*: Remove break after returnDonatas Abraitis
2020-02-10Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2020-02-05Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp
2020-02-04*: remove null check before XFREEQuentin Young
2020-02-04*: fix route map integrationRafael Zalamena
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2020-01-21Merge pull request #5473 from yasuhiro-ohara-ntt/ospf6d-self-orig-maxage-fixSri Mohana Singamsetty
2020-01-15doc: rename man pages to frr-*David Lamparter
2019-12-06ospfd: use new defaults mechanism (v2)David Lamparter
2019-12-06lib: rename memory_vty.c to lib_vty.cDavid Lamparter
2019-12-04ospf6d: ospf6_flood.c: self-originated MaxAge LSAs to install and refresh.Yasuhiro Ohara
2019-12-02*: generously apply constDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-11-30*: make all route_map_rule_cmd constDavid Lamparter
2019-11-02*: Convert connected_free to a double pointerDonald Sharp
2019-10-29Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena
2019-10-28bfdd: Handling local and remote admin-downSumitAgarwal123
2019-09-30Merge pull request #5009 from donaldsharp/interface_deletionRuss White
2019-09-25ospf6d: Prevent use after freeDonald Sharp
2019-09-24Merge pull request #4995 from opensourcerouting/ospf6d-iftypeRuss White
2019-09-20Merge pull request #4529 from donaldsharp/vrf_conversionsRenato Westphal
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-09-17ospf6d: track explicit interface type configDavid Lamparter
2019-09-17ospf6d: fix mistaken if_is_* instead of oi->typeDavid Lamparter
2019-09-17ospf6d: interface state needs update even w/o areaDavid Lamparter