summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16075 from anlancs/ospfd/fix-cmd-instanceDonald Sharp2024-05-281-1/+14
|\
| * ospfd: add instance id for one commandanlan_cs2024-05-251-1/+14
* | ospfd: protect call to get_edge() in ospf_te.cOlivier Dugeon2024-05-231-3/+16
* | ospfd: Correct Opaque LSA Extended parserOlivier Dugeon2024-05-231-2/+33
* | ospfd: Solved crash in RI parsing with OSPF TEOlivier Dugeon2024-05-231-0/+9
|/
* *: Modify agentx to be allowed to be calledDonald Sharp2024-05-101-0/+2
* Merge pull request #15846 from Shbinging/fix_ip_ospf_dead_interval_fast_helloRuss White2024-05-071-0/+2
|\
| * ospfd:fix the bug where ip_ospf_dead-interval_minimal_hello-multiplier did no...Bing Shui2024-04-301-0/+2
* | Merge pull request #15824 from opensourcerouting/fix/ospf_show_non_defaultDonald Sharp2024-04-293-24/+25
|\ \
| * | vtysh: Show `ip ospf network ...` even if it's not the same as the interface ...Donatas Abraitis2024-04-233-24/+25
* | | Merge pull request #15796 from LabNConsulting/aceelindem/ospf-ospfapi-optionsDonatas Abraitis2024-04-263-14/+45
|\ \ \ | |_|/ |/| |
| * | ospfd: OSPFAPI Server options to limit to local connections and per-instance TCPAcee Lindem2024-04-253-14/+45
| |/
* | Merge pull request #15783 from LabNConsulting/aceelindem/ospf-neighbor-filterDonatas Abraitis2024-04-245-1/+158
|\ \
| * | ospfd: Add prefix-list filtering of OSPF neighbors on OSPF interfaceAcee Lindem2024-04-185-1/+158
* | | Revert "ospfd: fix some dicey pointer arith in snmp module"Louis Scalbert2024-04-231-13/+13
| |/ |/|
* | ospfd: fix 'no write-multiplier' commandBing Shui2024-04-171-1/+1
* | ospfd: fix 'no maximum-paths' commandBing Shui2024-04-171-2/+3
|/
* Merge pull request #15724 from opensourcerouting/fix/ospfd_cleanup_deprecationDonald Sharp2024-04-151-9/+0
|\
| * ospfd, ospf6d: Remove deprecated JSON fieldsDonatas Abraitis2024-04-111-9/+0
* | ospfd: Fix compile warning with `-Wformat-truncation`Donatas Abraitis2024-04-131-2/+2
|/
* ospfd: Implement non-broadcast support for point-to-multipoint networksAcee Lindem2024-04-029-185/+131
* Merge pull request #15593 from LabNConsulting/acee/ospf-link-flap-ase-route-c...Mark Stapp2024-03-222-19/+34
|\
| * ospfd: Assure OSPF AS External routes are installed after link flapAcee2024-03-212-19/+34
* | ospfd: Send LS Updates in response to LS Request as unicast.Acee Lindem2024-03-181-12/+3
* | Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp2024-03-081-0/+2
|\ \
| * | lib: add keychain northbound supportChristian Hopps2024-03-051-0/+2
* | | ospfd: Send update for route with new metricAlexander Rose2024-03-011-1/+2
|/ /
* | Merge pull request #15431 from Orange-OpenSource/ospf-teDonatas Abraitis2024-02-271-0/+4
|\ \
| * | ospfd: Solved crash in OSPF TE parsingOlivier Dugeon2024-02-271-0/+4
| |/
* | Merge pull request #15339 from opensourcerouting/fix/add_deprecationRuss White2024-02-261-3/+12
|\ \ | |/ |/|
| * ospfd: Add deprecation cycle for `router-info X [A.B.C.D]` commandDonatas Abraitis2024-02-091-3/+12
* | Merge pull request #15367 from rampxxxx/ldp_sync_cleanupRuss White2024-02-201-1/+1
|\ \
| * | ospfd: fix cli shown in running config when turning off ldp-synclynnemorrison2024-02-131-1/+1
* | | ospfd: Fix assignment with never being usedDonald Sharp2024-02-161-1/+0
|/ /
* | ospfd: Decode Extended Link & Prefix TLVs for jsonOlivier Dugeon2024-02-121-65/+166
* | ospfd: Decode Router Info. TLVs for json outputOlivier Dugeon2024-02-121-86/+215
* | ospfd: Decode TE TLVs for json outputOlivier Dugeon2024-02-121-129/+346
* | ospfd: Prepare Opaque LSA for json outputOlivier Dugeon2024-02-121-10/+7
|/
* Merge pull request #15333 from c-po/issue-14910Donatas Abraitis2024-02-091-0/+1
|\
| * ospfd: can not delete "segment-routing node-msd" when SR if offChristian Breunig2024-02-081-0/+1
* | ospfd: add support for "no router-info [<area|as>] command"Christian Breunig2024-02-081-2/+4
|/
* *: use af-specific autocompletion for prefix-lists when possibleIgor Ryzhov2024-02-041-2/+2
* *: create a single registry of daemons' default port valuesMark Stapp2024-02-012-7/+0
* ospfd: fix GR state locationDavid Lamparter2024-01-272-36/+38
* *: fix `frr_daemon_info` indentationDavid Lamparter2024-01-271-5/+10
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* *: Remove Crypto openSSL define from zebra.hDonald Sharp2024-01-041-0/+5
* ospfd: Fix opaque functab leak and opaque AS cleanup problemsAcee2023-12-202-31/+72
* ospfd: Correct LSA parser which fulfill the TEDOlivier Dugeon2023-12-141-21/+8
* ospfd: fix ospf dead-interval minimal hello-multiplier param rangeBing Shui2023-12-131-3/+3