summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8658 from gromit1811/bugfix_8567Martin Winter2021-05-131-8/+10
|\
| * ospf6d: Send MAXAGE LS update for received old self-originated LSAsMartin Buck2021-05-111-8/+10
* | ospf6d: Limit the number of interface addresses being supportedlynne2021-05-116-7/+84
* | Merge pull request #8639 from idryzhov/isis-new-bfd-libRafael Zalamena2021-05-091-3/+2
|\ \
| * | lib: remove old bfd libraryIgor Ryzhov2021-05-071-3/+2
* | | Merge pull request #8347 from volta-networks/fix_ospv6_filter_debugRuss White2021-05-077-11/+71
|\ \ \ | |/ / |/| |
| * | ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne2021-05-047-11/+71
* | | Merge pull request #8636 from idryzhov/ospfv3-vrf-supportRafael Zalamena2021-05-069-708/+1379
|\ \ \ | |/ / |/| |
| * | ospf6d: add vty support for multiple vrfsharios_niral2021-05-067-706/+1274
| * | ospf6d: add internal support for multiple vrfsharios_niral2021-05-053-2/+105
* | | 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