summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #10158 from ckishimo/ospf6d_norefreshRuss White2022-03-291-15/+36
|\
| * ospf6d: fix NSSA area-range commandckishimo2022-03-281-3/+29
| * ospf6d: stop refreshing type-5 from NSSAckishimo2022-01-051-15/+10
* | *: add SAFI argument to zclient_send_rnhDavid Lamparter2022-03-271-2/+2
* | ospf6d: crash in ospf6_decrement_retrans_count.Manoj Naragund2022-03-172-1/+20
* | Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp2022-03-133-5/+37
|\ \
| * | *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-032-4/+23
| * | ospfd,ospf6d: Add JSON additional keys with no whitespaces insideDonatas Abraitis2022-02-031-1/+14
* | | *: When matching against a nexthop send and process what it matched againstDonald Sharp2022-03-121-3/+4
* | | ospfd,ospf6d: Add missing newline for `graceful-restart prepare` CLIDonatas Abraitis2022-03-091-1/+1
* | | *: Change thread->func to return void instead of intDonald Sharp2022-02-2416-208/+129
* | | Merge pull request #10571 from rameshabhinay/ospf6_auth_trailerRuss White2022-02-153-21/+18
|\ \ \
| * | | ospf6d: fix coverity issues.Abhinay Ramesh2022-02-143-21/+18
* | | | ospf6d: Fix spelling mistakesDonald Sharp2022-02-144-7/+7
|/ / /
* | | ospf6d: Enable the feature using configure.acAbhinay Ramesh2022-02-092-0/+8
* | | ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh2022-02-0915-263/+698
* | | ospf6d: Core functionality of auth trailer implementation..Abhinay Ramesh2022-02-094-0/+912
* | | ospf6d: Auth trailer CLI implementation.Abhinay Ramesh2022-02-092-0/+288
* | | ospf6d: support keychain for ospf6 authenticationAbhinay Ramesh2022-02-091-0/+2
* | | Merge pull request #10323 from opensourcerouting/ospf6-lsa-statsIgor Ryzhov2022-02-063-0/+18
|\ \ \ | |/ / |/| |
| * | ospf6d: add LSA stats to show area json outputDavid Schweizer2022-01-121-0/+5
| * | ospf6d: add LSA statistics to LSA databaseDavid Schweizer2022-01-122-0/+13
* | | Merge pull request #10373 from anlancs/ospf-add-asbrIgor Ryzhov2022-02-014-9/+7
|\ \ \
| * | | ospf6d: adjust type of "aggr_delay_interval"anlan_cs2022-01-294-9/+7
| |/ /
* | | Merge pull request #10435 from ckishimo/ospf6d_distanceIgor Ryzhov2022-02-012-4/+19
|\ \ \
| * | | ospf6d: print administrative distance in show ipv6 ospfckishimo2022-01-281-0/+7