summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* ospf6d : fix issue in ecmp inter area routeSoman K S2021-02-102-12/+41
* Merge pull request #7980 from gromit1811/fix_ospf6_lsa_str_oobRuss White2021-02-091-5/+6
|\
| * ospf6d: Fix LSA formatting out-of-bounds accessMartin Buck2021-01-291-5/+6
* | Merge pull request #7981 from gromit1811/fix_ospf6_lsa_str_retvalQuentin Young2021-02-051-8/+10
|\ \
| * | ospf6d: Fix LSA formatting inconsistent retvalsMartin Buck2021-01-291-8/+10
| |/
* | Merge pull request #7961 from mobash-rasool/ospfv3-featureMark Stapp2021-02-045-4/+85
|\ \
| * | ospf6d: add CLI to control maximum paths for routes.Mobashshera Rasool2021-02-015-4/+85
| |/
* | Merge pull request #7991 from donaldsharp/valgrind_cleanups1Russ White2021-02-021-2/+6
|\ \
| * | ospf6d: prevent use after freeDonald Sharp2021-02-011-2/+6
| |/
* | Merge pull request #7402 from ranjanyash54/dev_2Donald Sharp2021-02-025-103/+345
|\ \ | |/ |/|
| * ospf6d: Json support added for command "show ipv6 ospf6 interface prefix [json]"Yash Ranjan2021-01-271-6/+10
| * ospf6d: Json support added for command "show ipv6 ospf6 route [json]"Yash Ranjan2021-01-275-99/+337
* | ospf6d: Remove #if 0 code that has not been used in a long timeDonald Sharp2021-01-283-118/+0
|/
* ospf6d: Track wait_timer and disable when neededDonald Sharp2021-01-262-1/+4
* ospf6d: use a new json_object per loop iterationDonald Sharp2021-01-251-5/+4
* ospf6d: Json support added for command "show ipv6 ospf6 database [json]"Yash Ranjan2021-01-137-149/+461
* ospf6d: Structural changes in ospf6d.cYash Ranjan2021-01-132-495/+303
* Merge pull request #7717 from ranjanyash54/2368Russ White2020-12-151-1/+2
|\
| * ospf6d: ospfv3 disable on the interface, but interface prefix still shown in ...Yash Ranjan2020-12-131-1/+2
* | ospf6d: Link LSA is not updated when router priority is modifiedMobashshera Rasool2020-12-141-0/+1
|/
* ospf6d: Fix for "show ipv6 ospf6 database link"Yash Ranjan2020-12-111-3/+2
* ospf6d: Fix for "show ipv6 ospf6 database intra-prefix"Yash Ranjan2020-12-111-3/+2
* Merge pull request #7492 from Niral-Networks/niral_ospfv3_fix_redistRafael Zalamena2020-12-106-91/+180
|\
| * ospf6d : Code refactoring for route redistribution.Kaushik2020-12-096-91/+180
* | ospf6d: Router-ID filter is not filtering the show command "do show ipv6 ospf...Yash Ranjan2020-12-041-3/+4
* | ospf6: move serv_close to ospf6_deleteIgor Ryzhov2020-11-302-4/+4
* | ospf6: fix crash on shutdownIgor Ryzhov2020-11-303-7/+8
* | ospf6: get instance from lsdb dataIgor Ryzhov2020-11-304-8/+8
* | ospf6: get instance from route table scopeIgor Ryzhov2020-11-3011-149/+131
* | ospf6: don't create instance at startupIgor Ryzhov2020-11-191-6/+0
|/
* ospf6d: More lists being leakedDonald Sharp2020-11-191-4/+2
* Merge pull request #7454 from ranjanyash54/dev_8Donald Sharp2020-11-191-33/+132
|\
| * ospf6d: Json support added for command "show ipv6 ospf6 interface traffic [js...github login name2020-11-161-33/+133
* | Merge pull request #7455 from ranjanyash54/dev_3Donald Sharp2020-11-191-26/+106
|\ \
| * | ospf6d: Json support added for command "show ipv6 ospf6 redistribute [json]"github login name2020-11-161-26/+106
| |/
* | Merge pull request #7296 from YashRanjanVMWare/dev_1Donald Sharp2020-11-183-95/+269
|\ \
| * | ospf6d: Json support added for command "show ipv6 ospf6 [json]"github login name2020-11-173-95/+269
| |/
* | Merge pull request #7556 from donaldsharp/memory_shenanigansMark Stapp2020-11-181-2/+1
|\ \
| * | ospf6d: Free up list memoryDonald Sharp2020-11-181-2/+1
* | | Merge pull request #7555 from idryzhov/cppcheck-fixesMark Stapp2020-11-181-3/+3
|\ \ \
| * | | ospf6d: fix compilation of debug codeIgor Ryzhov2020-11-181-3/+3
| |/ /
* | | Merge pull request #7478 from donaldsharp/bufferMark Stapp2020-11-181-1/+1
|\ \ \ | |/ / |/| |
| * | bgpd, lib, sharpd: Add enum for zclient_send_message returnDonald Sharp2020-11-151-1/+1
| |/
* | Merge pull request #7450 from ranjanyash54/dev_5Russ White2020-11-171-17/+51
|\ \
| * | ospf6d: Json support added for command "show ipv6 ospf6 zebra [json]"github login name2020-11-171-17/+51
| |/
* | Merge pull request #7453 from ranjanyash54/dev_7Russ White2020-11-173-86/+272
|\ \
| * | ospf6d: Json support added for command "show ipv6 ospf6 interface [json]"github login name2020-11-173-86/+272
| |/
* / *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-33/+13
|/
* Merge pull request #7448 from mjstapp/fix_gcc10_formatsDonald Sharp2020-11-101-8/+5
|\