summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8587 from volta-networks/fix_ospf6_message_logsRuss White2021-05-042-157/+268
|\
| * ospf6d: Make debug logs configurable to only display message headerslynne2021-04-292-157/+268
* | Merge pull request #8504 from ranjanyash54/link_lsa_priorityRuss White2021-05-041-7/+12
|\ \
| * | ospf6d: Send Link LSAs when interface priority is changedYash Ranjan2021-05-021-7/+12
| |/
* | Merge pull request #8506 from ranjanyash54/route_json_changeRuss White2021-05-041-34/+27
|\ \
| * | ospf6d: Change structure of "show ipv6 ospf6 route json" commandYash Ranjan2021-04-291-34/+27
| |/
* | Merge pull request #8545 from opensourcerouting/assert-our-ownMark Stapp2021-05-032-0/+4
|\ \ | |/ |/|
| * *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-232-0/+4
* | Merge pull request #8487 from pguibert6WIND/ospf6_vrfsRuss White2021-04-271-0/+75
|\ \
| * | ospf6d: add 'show ipv6 ospf6 vrfs' commandPhilippe Guibert2021-04-161-0/+75
* | | ospf6d: add support for BFD profilesRafael Zalamena2021-04-223-7/+48
* | | ospf6d: rework BFD integrationRafael Zalamena2021-04-226-244/+116
| |/ |/|
* | build: properly split CFLAGS from AC_CFLAGSDavid Lamparter2021-04-211-1/+1
* | build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* | ospf6d: Do not delete external table when configure max-pathMobashshera Rasool2021-04-191-1/+0
* | ospf6d: Fix coredump when "no interface IFNAME area <A.B.C.D>" is calledYash Ranjan2021-04-181-1/+1
|/
* *: remove *.conf.sample filesQuentin Young2021-04-092-53/+0
* ospf6d: North-bound implementation for ospf6d rmapsSarita Patra2021-03-306-71/+291
* Merge pull request #8057 from ranjanyash54/default-routeRuss White2021-03-3012-16/+320
|\
| * ospf6d: Minor changes for stub areaYash Ranjan2021-03-291-0/+14
| * ospf6d: Add logic to set metric if route-map not presentYash Ranjan2021-03-294-2/+51
| * ospf6d: Add logic to change the status of router to ASBRYash Ranjan2021-03-295-11/+41
| * ospf6d: Add CLI and logic for default-information originate commandYash Ranjan2021-03-297-3/+214
* | Merge pull request #8368 from volta-networks/fix_isis_ospfv3_coverityRuss White2021-03-301-0/+1
|\ \
| * | ospf6d: fix coverity warninglynne2021-03-291-0/+1
| |/
* | Merge pull request #8351 from volta-networks/fix_ospf6_abr_examin_summary_che...Martin Winter2021-03-301-1/+2
|\ \
| * | ospf6d: fix ospf6_abr_examin_summary to check for a path cost changeKaren Schoener2021-03-261-1/+2
| |/
* / ospf6d: fix unguarded debugMark Stapp2021-03-261-2/+4
|/
* Merge pull request #8329 from volta-networks/fix_unkown_lsa_U_bitDonald Sharp2021-03-251-0/+13
|\
| * ospf6d: Do not flood unknown LSAs if U-bit is clearKaren Schoener2021-03-241-0/+13
* | ospf6d: Link LSAs are not getting MAX_AGE in neighborYash Ranjan2021-03-251-1/+15
|/
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-2215-98/+30
* ospf6d: split off ospf6_lsa_alloc()David Lamparter2021-03-223-28/+15
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-2215-59/+61
|\
| * *: require semicolon after FRR_CFG_DEFAULT_*David Lamparter2021-03-171-1/+1
| * *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-172-2/+4
| * *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-172-2/+2
| * *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-174-6/+6
| * *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-174-4/+4
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-175-43/+43
| * snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* | Merge pull request #8278 from ckishimo/ospfv3_ifaceDonald Sharp2021-03-212-3/+9
|\ \
| * | ospf6d: fix warning message when interfae disabledckishimo2021-03-171-1/+2
| * | ospf6d: remove interface prefix when area is removedckishimo2021-03-171-1/+7
| * | ospf6d: fix iface commands lost when removing from areackishimo2021-03-161-1/+0
| |/
* | Merge pull request #8248 from volta-networks/fix_ospf6_chunk_msgsDonald Sharp2021-03-171-4/+12
|\ \
| * | ospfd6: Clear locks when ospf messages need to be chunkedlynne2021-03-161-4/+12
| |/
* / ospf6d: Fix coverity errorslynne2021-03-161-2/+5
|/
* *: fix printf extension typesDavid Lamparter2021-03-141-4/+4
* ospf6d: Convert to use builtin printf functionalityDonald Sharp2021-03-142-54/+24