summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
| * | ospf6d: restart spf when distance is updatedckishimo2022-01-282-4/+12
* | | ospf6d: Fix memory leak for `show ipv6 ospf6 zebra json`Donatas Abraitis2022-01-311-3/+1
* | | Merge pull request #10408 from idryzhov/no-opaque-by-defaultDonatas Abraitis2022-01-281-4/+3
|\ \ \
| * | | *: do not send opaque data to zebra by defaultIgor Ryzhov2022-01-241-4/+3
| | |/ | |/|
* | | Merge pull request #10389 from gromit1811/bugfix_9720_ecmp_inter_areaDonatas Abraitis2022-01-281-1/+2
|\ \ \ | |_|/ |/| |
| * | ospf6d: Fix ECMP inter-area route nexthop updateMartin Buck2022-01-201-1/+2
* | | ospf6d: show if area is NSSAckishimo2022-01-251-5/+9
* | | ospf6d: fix indentation in show ipv6 ospf areackishimo2022-01-251-2/+4
* | | *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-6/+2
| |/ |/|
* | Merge pull request #9644 from opensourcerouting/ospf-opaque-attrsRuss White2022-01-185-6/+80
|\ \
| * | lib, ospfd, ospf6d, zebra: add OSPF opaque route attributesRenato Westphal2022-01-153-3/+79
| * | ospf6d: remove unused constantsRenato Westphal2021-11-232-3/+1
* | | Merge pull request #10183 from idryzhov/rework-vrf-renameRafael Zalamena2022-01-171-1/+1
|\ \ \ | |_|/ |/| |
| * | *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* | | Merge pull request #10314 from ckishimo/ospf6d_extstubDonald Sharp2022-01-131-1/+1
|\ \ \
| * | | ospf6d: do not send Type-5 into stub areackishimo2022-01-101-1/+1
* | | | Merge pull request #10315 from ckishimo/ospf6d_cleaningIgor Ryzhov2022-01-123-38/+27
|\ \ \ \
| * | | | ospf6d: add missing htonsckishimo2022-01-111-2/+3
| * | | | ospf6d: fix typosckishimo2022-01-112-9/+9
| * | | | ospf6d: use __func__ckishimo2022-01-111-13/+12
| * | | | ospf6d: remove duplicated codeckishimo2022-01-101-1/+0
| * | | | ospf6d: remove double htonsckishimo2022-01-101-3/+3
| * | | | ospf6d: remove duplicated logckishimo2022-01-101-10/+0
| |/ / /
* | | | Merge pull request #9285 from anlancs/fix-ospf6d-cli-with-nonexist-vrfIgor Ryzhov2022-01-127-15/+94
|\ \ \ \
| * | | | ospf6d: give error information for commands with non-exist vrfsanlan_cs2022-01-117-15/+94
| |/ / /
* | | | Merge pull request #9292 from mobash-rasool/ospfv3-bug2Igor Ryzhov2022-01-121-0/+4
|\ \ \ \
| * | | | ospf6d: remove ospf6Enabled from json output after deprecation cycleMobashshera Rasool2022-01-101-0/+4
* | | | | ospfd,ospf6d: make clear the comparison of routemap nameanlan_cs2022-01-111-5/+5
| |/ / / |/| | |
* | | | ospf6d: clean coverity warning of possible null pointeranlan_cs2021-12-231-0/+2
| |/ / |/| |
* | | Merge pull request #10081 from ckishimo/ospf6d_type4Russ White2021-12-071-1/+14
|\ \ \
| * | | ospf6d: do not originate Type-4 into NSSAckishimo2021-11-161-1/+2
| * | | ospf6d: do not originate Type-4 for NSSA ASBRckishimo2021-11-161-0/+12
* | | | Merge pull request #10018 from ckishimo/ospf6d_bitNRuss White2021-11-291-0/+8
|\ \ \ \
| * | | | ospf6d: check N-bit set in Hello packetckishimo2021-11-251-0/+8