summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: fix SA warningsMark Stapp2020-04-211-4/+4
* ospf6d: Prevent use after freeDonald Sharp2020-04-185-14/+16
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\
| * *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-163-0/+3
* | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-162-0/+2
* | *: remove second parameter on install_node()David Lamparter2020-04-163-3/+9
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-163-3/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-163-3/+9
|/
* ospf6d: stop looping thru same Inter-Area Router LSAsDon Slice2020-04-091-3/+17
* *: Do not cast to the same typeDonatas Abraitis2020-04-084-9/+9
* bgpd, ospfd, ospf6d: long is not bool :(David Lamparter2020-04-021-2/+2
* ospf6d: Recent changes in our build cause const to be respectedDonald Sharp2020-04-015-12/+12
* ospf6d: Fix spelling mistakes found by debian packagingDonald Sharp2020-03-141-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-082-3/+3
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-065-111/+118
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-059-66/+62
* *: Remove break after returnDonatas Abraitis2020-02-132-6/+0
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-103-9/+9
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-093-9/+9
* | Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-0/+1
|\ \ | |/ |/|
| * *: fix route map integrationRafael Zalamena2020-02-041-0/+1
* | *: remove null check before XFREEQuentin Young2020-02-041-7/+2
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
|/
* Merge pull request #5473 from yasuhiro-ohara-ntt/ospf6d-self-orig-maxage-fixSri Mohana Singamsetty2020-01-211-12/+0
|\
| * ospf6d: ospf6_flood.c: self-originated MaxAge LSAs to install and refresh.Yasuhiro Ohara2019-12-041-12/+0
* | doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* | ospfd: use new defaults mechanism (v2)David Lamparter2019-12-062-10/+17
* | lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
|/
* *: generously apply constDavid Lamparter2019-12-029-45/+47
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-15/+31
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-291-1/+1
|\
| * bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+1
* | Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-302-55/+54
|\ \
| * | *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-20/+8
| * | *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-20/+9
| * | *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-1/+9
| * | *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-192-14/+6
| * | *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
| |/
* | ospf6d: Prevent use after freeDonald Sharp2019-09-253-26/+64
* | Merge pull request #4995 from opensourcerouting/ospf6d-iftypeRuss White2019-09-244-25/+37
|\ \
| * | ospf6d: track explicit interface type configDavid Lamparter2019-09-172-18/+33
| * | ospf6d: fix mistaken if_is_* instead of oi->typeDavid Lamparter2019-09-173-5/+4
| * | ospf6d: interface state needs update even w/o areaDavid Lamparter2019-09-171-2/+0
| |/
* | Merge pull request #4529 from donaldsharp/vrf_conversionsRenato Westphal2019-09-202-2/+6
|\ \ | |/ |/|
| * ospf6: Add vrf_id to the ospf6 data structureDonald Sharp2019-09-102-2/+6
* | lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-1/+0
|/
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-1/+1