summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Fix auth_key string memory leakDonald Sharp2022-12-151-0/+3
* ospf6d: Don't allocate json memory in non-json pathDonald Sharp2022-12-091-1/+2
* 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-081-1/+4
|\ \ | |/ |/|
| * ospf6d: routes are not synced by ABR.Punith Kumar S2022-07-131-1/+4
* | 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: cost is uint32_t so it cannot be greater than UINT32_MAXDonald Sharp2022-06-161-2/+0
|/
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-201-9/+16
* ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp2022-05-161-2/+12
* ospf6d: Give time left in hello timer for `show ipv6 ospf6 int`Donald Sharp2022-05-161-3/+3
* *: Fix spelling of specifedDonald Sharp2022-04-191-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-22/+12
* ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh2022-02-091-11/+2
* ospf6d: Auth trailer CLI implementation.Abhinay Ramesh2022-02-091-0/+252
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-6/+2
* Merge pull request #9285 from anlancs/fix-ospf6d-cli-with-nonexist-vrfIgor Ryzhov2022-01-121-6/+14
|\
| * ospf6d: give error information for commands with non-exist vrfsanlan_cs2022-01-111-6/+14
* | 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
* | *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-2/+1
* | ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-20/+5
* | *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-7/+3
* | *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-5/+5
* | ospf6d: Prevent crash in adj_okDonald Sharp2021-11-051-1/+2
* | Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White2021-10-201-3/+3
|\ \
| * | ospf6d: fix selection of NSSA forwarding addressRenato Westphal2021-10-061-3/+3
* | | ospf6d: add missing vrf parameter to "clear ipv6 ospf6 interface"Igor Ryzhov2021-10-091-9/+21
|/ /
* | ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
* | ospf6d: cleanup useless checksIgor Ryzhov2021-09-151-4/+0
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1
* | ospf6d: GR helper exit scenariosrgirada2021-08-101-2/+30
|/
* Merge pull request #9232 from idryzhov/interface-node-cleanupRenato Westphal2021-08-031-11/+1
|\
| * *: cleanup interface node installationIgor Ryzhov2021-07-291-11/+1
* | Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-07-301-1/+1
|\ \ | |/ |/|
| * ospf6d: Store ospf6 back pointer in route structMobashshera Rasool2021-07-211-1/+1
* | Merge pull request #8944 from opensourcerouting/ospf6-mtu-revertIgor Ryzhov2021-07-271-31/+0
|\ \
| * | Revert "ospf6d: Limit the number of interface addresses being supported"David Lamparter2021-06-291-31/+0
* | | ospf6d: use OSPF6_INTERFACE_LOOPBACK stateDavid Lamparter2021-07-201-1/+3
| |/ |/|
* | Merge pull request #9037 from idryzhov/ospf6-freebsdDonald Sharp2021-07-131-11/+48
|\ \
| * | ospf6d: fix freebsd mcast group issuesIgor Ryzhov2021-07-121-11/+48
| |/
* / ospf6d: Correct spelling in debugDonald Sharp2021-07-121-1/+1
|/
* ospf6d: "clear ipv6 ospf6 process" commandYash Ranjan2021-06-281-3/+3
* ospf6d: Show neighbor displays twice for every neighbor.Abhinay Ramesh2021-06-231-0/+3
* Merge pull request #8725 from pjdruddy/ospfv3_fair_socketRuss White2021-06-221-0/+48
|\
| * ospf6d: add write-multiplier configurationPat Ruddy2021-06-181-0/+35
| * ospf6d: add tx fifo infrastructurePat Ruddy2021-06-181-0/+13
* | ospf6d: move error logs out from behind debug flagslynne2021-06-141-9/+6
|/