summaryrefslogtreecommitdiff
path: root/ospfd/ospf_vty.c
AgeCommit message (Expand)Author
2023-07-02ospfd: check for NULLs in vty codeMark Stapp
2023-05-05ospfd: Fix memory leaks w/ `show ip ospf int X json` commandsDonald Sharp
2022-11-08ospfd: Get route-map name for default-information originateDonatas Abraitis
2022-09-23ospfd: Remove deprecated command `graceful-restart helper-only`Donatas Abraitis
2022-08-31ospfd: Added clis to change default timers for LSA refresh and maxage remove ...Manoj Naragund
2022-08-23ospfd: Adding per neighbour json details to GR helper detail commandrgirada
2022-08-11ospfd: Add how many packets the interface has queued to sendDonald Sharp
2022-08-11ospfd: Cleanup indentation surrounding oi->nbrDonald Sharp
2022-07-21ospfd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-06-23ospfd: fixing few coverity issue in 'show_ip_ospf_neighbour_brief'rgirada
2022-06-22ospfd: Fixing "show ip ospf neighbour <nbrid>" commandrgirada
2022-06-13*: Use autocomplete for route-maps under commands that require itDonatas Abraitis
2022-06-02ospfd: cli: add "show ip ospf reachable-routers" CLIChristian Hopps
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-03-30ospfd: Show neighbor state in full format (e.g. Full/DR instead of Full)Donatas Abraitis
2022-03-21ospfd: Use consistent JSON keys for `show ip ospf neighbor` and detail versionDonatas Abraitis
2022-03-16ospfd: better error messages when not enabled in a vrfJafar Al-Gharaibeh
2022-03-13Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp
2022-02-27*: Add necessary new line for output of vty_out()anlan_cs
2022-02-14ospfd: Fix spelling mistakesDonald Sharp
2022-02-08Merge pull request #10511 from anlancs/ospf-substituteIgor Ryzhov
2022-02-07ospfd: Use AF_UNSPEC instead of setting to 0Donald Sharp
2022-02-03*: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis
2022-02-03ospfd,ospf6d: Add JSON additional keys with no whitespaces insideDonatas Abraitis
2022-02-01Merge pull request #10373 from anlancs/ospf-add-asbrIgor Ryzhov
2022-02-01ospfd: remove extra spaceckishimo
2022-02-01ospfd: print maximum paths in show ip ospf jsonckishimo
2022-02-01ospfd: print administrative distance in show ip ospfckishimo
2022-02-01ospfd: restart spf when distance is updatedckishimo
2022-01-28ospfd: adjust type of "aggr_delay_interval"anlan_cs
2022-01-28ospfd: fix missing "aggregation timer" in running configurationanlan_cs
2022-01-28ospfd: a few minor fixes on ospfd clianlan_cs
2022-01-28Merge pull request #10408 from idryzhov/no-opaque-by-defaultDonatas Abraitis
2022-01-26ospfd: fix loss of mixed form in "range" commandanlan_cs
2022-01-25Merge pull request #10411 from idryzhov/if-config-vrf-nameRuss White
2022-01-24*: do not send opaque data to zebra by defaultIgor Ryzhov
2022-01-24Merge pull request #10407 from idryzhov/ospf-opaque-crashRuss White
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2022-01-23Merge pull request #10318 from donaldsharp/redistributionRuss White
2022-01-23ospfd: fix crash on "ospf send-extra-data zebra"Igor Ryzhov
2022-01-18Merge pull request #9644 from opensourcerouting/ospf-opaque-attrsRuss White
2022-01-18ospfd: Add counts of lsa types to summary commandDonald Sharp
2022-01-17Merge pull request #10183 from idryzhov/rework-vrf-renameRafael Zalamena
2022-01-15lib, ospfd, ospf6d, zebra: add OSPF opaque route attributesRenato Westphal
2022-01-12ospfd: Use vty_json() for show_ip_ospf_gr_helper_cmdDonatas Abraitis
2022-01-11ospfd: correct one word of the output messageanlan_cs
2022-01-10ospfd,ospf6d: make clear the comparison of routemap nameanlan_cs
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-12-21Merge pull request #10098 from opensourcerouting/ospf-gr-topotest-fixDonald Sharp
2021-11-29Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov