summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16853 from Shbinging/no_ip_ospf_dead_interval_minimalRuss White2024-09-241-2/+2
|\
| * ospfd: fix no ospf abr-type syntaxShbinging2024-09-201-1/+1
| * ospfd: fix no ip ospf dead-interval minimal hello-multiplier syntaxShbinging2024-09-181-1/+1
* | Merge pull request #16851 from Shbinging/fix_timer_throttle_spfRuss White2024-09-241-0/+4
|\ \
| * | ospfd: reset spf_hold_multiplier when current SPF delay state is changedShbinging2024-09-231-0/+4
| |/
* | ospfd: Interface 'ip ospf neighbor-filter' startup config not applied.Acee Lindem2024-09-201-0/+9
* | ospfd: Fix heap corruption vulnerability when parsing SR-Algorithm TLVAcee Lindem2024-09-181-1/+2
* | ospfd: Add vrf name to debug functions in ospf_zebra.cDonald Sharp2024-09-181-86/+102
|/
* ospfd: fix missing '[no]ip ospf graceful-restart hello-delay <N>' commandsDmitrii Turlupov2024-09-131-0/+4
* ospfd: An OSPF Ack should be sent when P2MP reflooding is delayed.Acee Lindem2024-09-121-4/+12
* Merge pull request #16759 from lsang6WIND/ospf_logRuss White2024-09-101-3/+10
|\
| * ospfd: logging behavior for area id mismatchesLoïc Sang2024-09-091-3/+10
* | ospfd: add assert to resolve SA warningMark Stapp2024-09-061-0/+10
|/
* *: Spelling issuesDonald Sharp2024-08-181-3/+2
* ospfd: Fix SA warnings in ospf_packet.c and ospf_vty.cAcee2024-08-162-4/+3
* Merge pull request #16590 from donaldsharp/spelling_in_masterMark Stapp2024-08-152-6/+5
|\
| * *: Fix spelling errors foundDonald Sharp2024-08-152-6/+5
* | ospfd: Remove deprecated router_info_area_id_cmdDonatas Abraitis2024-08-141-11/+0
|/
* Merge pull request #16376 from c-po/ospfd-ldp-syncRuss White2024-07-231-1/+1
|\
| * ospfd: fix internal ldp-sync state flags when feature is disabledChristian Breunig2024-07-171-1/+1
* | ospfd: fix state location mixupDavid Lamparter2024-07-101-8/+22
|/
* ospfd: Fix several problems with direct acknowledgments and improved delay acks.Acee Lindem2024-07-067-108/+264
* ospfd: Improve OSPF neighbor retransmission list granularity and precisionAcee Lindem2024-06-2014-96/+414
* ospfd: Fix memory leak after cleaning cleaning up interfaceIp JSON fieldDonatas Abraitis2024-06-121-7/+1
* ospfd: Drop `interfaceIp` from `show ip ospf neigh json`Donatas Abraitis2024-06-111-166/+26
* 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
|\ \