summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16908 from donaldsharp/ospf6_snmp_specialJafar Al-Gharaibeh2024-09-241-4/+0
|\
| * ospf6d: Remove unguarded debugs in ospf6_snmp.cDonald Sharp2024-09-241-4/+0
* | ospf6d: apply CI style suggestionsAndrew Cooks2024-09-165-20/+16
* | ospf6d: use nth_prefix() in ospf6_intra_prefix_lsa_get_prefix_str()Andrew Cooks2024-09-161-38/+11
* | ospf6d: use nth_prefix() in ospf6_link_lsa_get_prefix_str()Andrew Cooks2024-09-161-41/+15
* | ospf6d: add nth_prefix()Andrew Cooks2024-09-162-0/+25
* | ospf6d: use nth_lsdesc() in ospf6_router_lsa_get_nbr_id()Andrew Cooks2024-09-161-29/+8
* | ospf6d: use nth_lsdesc() in ospf6_network_lsa_get_ar_id()Andrew Cooks2024-09-161-22/+5
* | ospf6d: add nth_lsdesc()Andrew Cooks2024-09-162-0/+24
* | ospf6d: replace TLV_HDR_TOP macro with lsdesc_start functionAndrew Cooks2024-09-165-29/+51
* | ospf6d: use lsa_after_header pointer arithmeticAndrew Cooks2024-09-162-18/+7
* | ospf6d: replace ospf6_lsa_header_end()Andrew Cooks2024-09-1610-88/+50
* | ospf6d: cleanup Router-LSAs Options bit orderAndrew Cooks2024-09-161-2/+3
* | ospf6d: add space between multi-line macrosAndrew Cooks2024-09-161-0/+16
* | ospf6d: move lsa structs to ospf6_lsa.hAndrew Cooks2024-09-167-89/+92
* | ospf6d: factor out generic TLV handlingAndrew Cooks2024-09-1614-63/+92
|/
* Merge pull request #16050 from rgirada/ospfv3_helperRuss White2024-06-111-3/+1
|\
| * ospf6d: Handling Topo Change in GR-HELPER mode for max-age lsasRajesh Girada2024-06-061-3/+1
* | ospf6d: OSPFv3 manual key authentication neglects checking the SA ID.Acee Lindem2024-06-041-0/+9
* | ospf6d: Prevent heap-buffer-overflow with unknown typeIggy Frankovic2024-05-301-0/+1
* | Merge pull request #16098 from LabNConsulting/aceelindem/ospfv3-route-asbr-ch...Donald Sharp2024-05-292-3/+5
|\ \
| * | ospf6d: OSPFv3 route change comparision fixed for ASBR-only changeAcee2024-05-282-3/+5
* | | ospf6d: replace OSPF6_LSA_SIZE with ospf6_lsa_sizeAndrew Cooks2024-05-285-46/+49
* | | ospf6d: replace OSPF6_LSA_END with ospf6_lsa_endAndrew Cooks2024-05-284-12/+18
* | | ospf6d: replace OSPF6_LSA_HEADER_END macroAndrew Cooks2024-05-289-106/+81
|/ /
* / *: Modify agentx to be allowed to be calledDonald Sharp2024-05-101-0/+2
|/
* Merge pull request #15627 from Max-Mustermann33/ospf6d_metric_for_type5_lsaRuss White2024-05-075-21/+85
|\
| * ospf6d: Redistribute metric for AS-external routeAlexander Rose2024-05-065-21/+85
* | ospf6d: Fix nexthop computation for inter-area multi-ABR ECMPMartin Buck2024-05-031-2/+9
* | ospf6d: accept CLI `no` for point-to-multipointDavid Lamparter2024-04-251-2/+3
* | ospf6d: force recalculate on interface_upDavid Lamparter2024-04-251-2/+2
* | ospf6d: fix loopback/ptp/ptmp conn. route checksDavid Lamparter2024-04-251-5/+5
* | ospf6d: fix DEFUN formatting wrecked by clangDavid Lamparter2024-04-252-246/+458
|/
* ospfd, ospf6d: Remove deprecated JSON fieldsDonatas Abraitis2024-04-111-9/+0
* eigrpd, mgmtd, ospf6d: frr_fini is lastDonald Sharp2024-03-131-1/+2
* Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp2024-03-081-9/+11
|\
| * lib: add keychain northbound supportChristian Hopps2024-03-051-9/+11
* | ospf6d: add localLinkLocalAddress fieldFrancois Dumontet2024-03-071-0/+2
|/
* *: use af-specific autocompletion for prefix-lists when possibleIgor Ryzhov2024-02-042-4/+4
* Merge pull request #10151 from pguibert6WIND/ensure_routing_protocols_good_bwDonald Sharp2024-02-021-1/+1
|\
| * lib,ospf6d: fix reference bandwidth descriptionPhilippe Guibert2024-01-291-1/+1
* | *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-3/+0
|/
* ospf6d: fix GR & auth seqno state locationDavid Lamparter2024-01-275-74/+115
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-6/+10
* Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2Donatas Abraitis2024-01-111-0/+1
|\
| * *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* | ospf6d: Value set is never usedDonald Sharp2024-01-091-1/+1
|/
* *: Remove Crypto openSSL define from zebra.hDonald Sharp2024-01-041-0/+6
* ospf6d: remove hidden obsolete commandsRafael Zalamena2023-12-081-144/+0
* Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps2023-11-281-0/+3
|\