summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* *: fix printf extension typesDavid Lamparter2021-03-141-4/+4
* ospf6d: Convert to use builtin printf functionalityDonald Sharp2021-03-142-54/+24
* Merge pull request #8138 from ckishimo/ospfv3_prefixRuss White2021-03-093-39/+18
|\
| * ospf6d: add DN bit in prefix optionsckishimo2021-02-232-14/+9
| * ospf6d: remove redundant code when printing prefix optionsckishimo2021-02-231-38/+8
| * ospf6d: print prefix options for lsa type 3 and 5ckishimo2021-02-231-1/+15
* | Merge pull request #8185 from volta-networks/fix_ospf6_changing_area_to_stubDonald Sharp2021-03-074-2/+32
|\ \
| * | ospf6d: Don't advertise AS-External LSAs into stub arealynne2021-03-034-2/+32
* | | ospf6d: fix setting NOAUTOCOST flagEmanuele Di Pascale2021-03-031-2/+1
|/ /
* | ospf6d: Json support added for command "show ipv6 ospf6 spf tree [json]"Yash Ranjan2021-03-023-14/+75
* | ospf6d: turn some info->debugDonald Sharp2021-02-271-11/+5
* | Merge pull request #8139 from volta-networks/fix_ospf6_show_databaseDonald Sharp2021-02-251-6/+15
|\ \
| * | ospf6d: fix display of unknown LSAs in show ipv6 ospf6 database commandlynne2021-02-231-6/+15
| |/
* | Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp2021-02-233-8/+15
|\ \ | |/ |/|
| * *: remove more sprintf()Quentin Young2021-02-093-8/+15
* | Merge pull request #8102 from volta-networks/fix_ospf6_error_logsDonald Sharp2021-02-191-30/+45
|\ \
| * | ospf6d: Update logs that indicate why ospf6 adjacency is not coming up.lynne2021-02-181-30/+45
* | | ospf6d: Metric option in intra-prefix LSA detailYash Ranjan2021-02-191-1/+6
|/ /
* | Merge pull request #8051 from volta-networks/fix_ospf6_hello_loRuss White2021-02-161-2/+5
|\ \
| * | ospf6d: Don't send hellos on loopback interfacelynne2021-02-101-2/+5
* | | *: 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