summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Stop using MTYPE_TMP in some casesDonald Sharp2022-12-051-2/+2
* ospf6d: Consolidate to ospf6_route_is_identicalDonald Sharp2022-11-281-6/+1
* ospf6d: ospf6_route_cmp_nexthops make return saneDonald Sharp2022-11-283-15/+18
* ospf6d: fix infinite loop when adding ASBR routeRenato Westphal2022-11-242-0/+29
* Merge pull request #12280 from opensourcerouting/fix/ospv6_show_passive_inter...Jafar Al-Gharaibeh2022-11-091-3/+10
|\
| * ospf6d: Show if the interface is passive for `show ipv6 ospf6 interface`Donatas Abraitis2022-11-081-3/+10
* | Merge pull request #11302 from punith-shivakumar/masterDonatas Abraitis2022-11-082-2/+5
|\ \ | |/ |/|
| * ospf6d: fix test_ospf6_gr_topo1 topotestPunith Kumar S2022-07-131-1/+1
| * ospf6d: routes are not synced by ABR.Punith Kumar S2022-07-131-1/+4
* | Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-039-45/+8
|\ \
| * | ospfd, ospf6d: align CLI help stringsDavid Lamparter2022-10-261-8/+8
| * | build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-269-37/+0
* | | Merge pull request #12201 from donaldsharp/clang-16-robotsJafar Al-Gharaibeh2022-10-271-4/+2
|\ \ \
| * | | ospf6d: Make ospf6d happy with clang-16Donald Sharp2022-10-261-4/+2
| |/ /
* / / ospf6d: Fix for memory leak issues in ospf6.Manoj Naragund2022-10-252-1/+19
|/ /
* | Merge pull request #12146 from rgirada/frr_grDonatas Abraitis2022-10-191-0/+5
|\ \
| * | ospf6d: adding missing json fieldsrgirada2022-10-181-0/+5
* | | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
|/ /
* | ospf6d: Don't remove summary route if it is a rangeXiaodong Xu2022-08-201-1/+6
* | Merge pull request #11781 from donaldsharp/ospf_packet_helperDonatas Abraitis2022-08-151-5/+1
|\ \
| * | ospf6d: Remove unused variableDonald Sharp2022-08-111-5/+1
* | | Merge pull request #11785 from opensourcerouting/fix/remove_ospf6Enabled_from...Donald Sharp2022-08-131-8/+1
|\ \ \
| * | | ospf6d: Remove ospf6Enabled from JSON outputDonatas Abraitis2022-08-111-8/+1
| |/ /
* / / ospf6d: fix missing cost changeanlan_cs2022-08-111-1/+4
|/ /
* | ospf6d: combine two conditions for lsa prefixanlan_cs2022-08-031-4/+2
* | ospf6d: corrected the debug stringsri-mohan12022-07-271-1/+1
* | Merge pull request #11462 from donaldsharp/random_stuff_rightmobash-rasool2022-06-241-1/+7
|\ \
| * | ospf6d: Ensure that ospf6d does not memcpy beyond end of dataDonald Sharp2022-06-231-1/+7
* | | Merge pull request #11430 from mjstapp/fix_ospf6_zebra_delRafael Zalamena2022-06-241-9/+18
|\ \ \ | |/ / |/| |
| * | ospf6: permit route delete without nexthopsMark Stapp2022-06-171-9/+18
* | | ospf6d: cost is uint32_t so it cannot be greater than UINT32_MAXDonald Sharp2022-06-161-2/+0
* | | *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-4/+4
|/ /
* / ospf6d: fix rx/tx buffer sizesDavid Lamparter2022-06-011-11/+16
|/
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-209-53/+59
* ospf6d: Remove double check of default prefixDonald Sharp2022-05-201-8/+4
* ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp2022-05-162-3/+12
* ospf6d: Give time left in hello timer for `show ipv6 ospf6 int`Donald Sharp2022-05-161-3/+3
* Merge pull request #11177 from opensourcerouting/fix/memset_memcpyDonald Sharp2022-05-137-12/+12
|\
| * *: Properly use memset() when zeroingDonatas Abraitis2022-05-117-12/+12
* | ospf6d: add header size check for LSAanlan_cs2022-05-101-0/+12
|/
* Merge pull request #11163 from opensourcerouting/fix/same_type_castingIgor Ryzhov2022-05-091-6/+6
|\
| * *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-6/+6
* | zebra, ospf6d: Do not check if NULL for XCALLOC()Donatas Abraitis2022-05-081-2/+0
|/
* *: remove the checking returned value for hash_get()anlan_cs2022-05-022-3/+3
* Merge pull request #11051 from donaldsharp/speell_moreDonatas Abraitis2022-04-202-2/+2
|\
| * *: Fix spelling of accidentlyDonald Sharp2022-04-191-1/+1
| * *: Fix spelling of specifedDonald Sharp2022-04-191-1/+1
* | ospf6d: Check for MinLSInterval timer when adding to LSUpdate listYash Ranjan2022-04-181-15/+28
|/
* *: Fix spelling of GracefullDonald Sharp2022-04-021-1/+1
* ospf6d: fix crash when applying a route-map on a temporary routeIgor Ryzhov2022-03-291-0/+1