summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: set/unset bfd profileDmitrii Turlupov2022-06-301-2/+8
* Merge pull request #11460 from LabNConsulting/chopps/ospfapi-routeridDonald Sharp2022-06-235-0/+66
|\
| * ospfd: add router id support to ospf apiChristian Hopps2022-06-235-0/+66
* | ospfd: fixing few coverity issue in 'show_ip_ospf_neighbour_brief'rgirada2022-06-231-1/+1
|/
* ospfd: Fixing "show ip ospf neighbour <nbrid>" commandrgirada2022-06-221-187/+157
* bgpd, ospfd: Remove extra newline for `show debugging`Donald Sharp2022-06-151-2/+0
* *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-10/+10
* ospfd: Fixup ospfd.h to declare variable namesDonald Sharp2022-06-082-50/+64
* Merge pull request #11334 from ton31337/fix/deprecation_warningOlivier Dugeon2022-06-071-80/+0
|\
| * ospfd: Remove local-block deprecated commandDonatas Abraitis2022-06-071-80/+0
* | ospfd: api: always ready to receive opaque from clientChristian Hopps2022-06-021-31/+6
* | ospfd: api: add new ISM and NSM sync requestsChristian Hopps2022-06-023-4/+90
* | ospfd: api: remove unused api code/message creationChristian Hopps2022-06-022-42/+9
* | ospfd: api: fix recovery of LSA after restart of api clientChristian Hopps2022-06-024-52/+73
* | ospfd: cli: add "show ip ospf reachable-routers" CLIChristian Hopps2022-06-021-2/+118
* | ospfd: api: add reachable router notificationsChristian Hopps2022-06-025-1/+228
* | ospfd: add all_rtrs route table when opaque enabledChristian Hopps2022-06-026-17/+72
* | ospfd: cli: add client api debug optionChristian Hopps2022-06-022-0/+50
* | ospfd: cli: add opaque data to json outputChristian Hopps2022-05-261-4/+4
|/
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-1112-36/+35
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-082-5/+5
* *: remove the checking returned value for hash_get()anlan_cs2022-05-023-28/+3
* *: Fix spelling of accomodateDonald Sharp2022-04-192-4/+4
* *: Fix spelling of atleastDonald Sharp2022-04-191-1/+1
* *: Fix spelling of comparisionDonald Sharp2022-04-191-1/+1
* *: Fix spelling of specifedDonald Sharp2022-04-192-4/+4
* *: Fix spelling of neccessaryDonald Sharp2022-04-191-1/+1
* *: Fix spelling of GracefullDonald Sharp2022-04-021-1/+1
* *: Fix spelling of FollowingDonald Sharp2022-04-018-41/+41
* isisd, lib, ospfd, pathd: Null out free'd pointerDonald Sharp2022-03-311-1/+1
* ospfd: Show neighbor state in full format (e.g. Full/DR instead of Full)Donatas Abraitis2022-03-301-7/+8
* Merge pull request #10825 from fdumontet6WIND/ospfdefaultoriginatedissue2Russ White2022-03-291-1/+6
|\
| * ospfd: fix ospf default route wrongly sent backFrancois Dumontet2022-03-251-1/+6
* | Merge pull request #10848 from pguibert6WIND/ospf_srlb_configRuss White2022-03-291-7/+14
|\ \
| * | ospfd: show running-config displays also srgb on some casesPhilippe Guibert2022-03-251-3/+7
| * | ospfd: silently remove prefix sid already stored in configPhilippe Guibert2022-03-251-4/+7
* | | Merge pull request #10837 from opensourcerouting/fix/consistent_JSON_keys_for...Russ White2022-03-291-1/+31
|\ \ \
| * | | ospfd: Use consistent JSON keys for `show ip ospf neighbor` and detail versionDonatas Abraitis2022-03-211-1/+31
| |/ /
* / / ospfd: Default route becomes stale route in nbrs even after flush from origin...rgirada2022-03-211-3/+3
|/ /
* | ospfd: better error messages when not enabled in a vrfJafar Al-Gharaibeh2022-03-161-25/+49
* | Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp2022-03-132-4/+66
|\ \
| * | *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-032-2/+30
| * | ospfd,ospf6d: Add JSON additional keys with no whitespaces insideDonatas Abraitis2022-02-031-2/+36
* | | ospfd,ospf6d: Add missing newline for `graceful-restart prepare` CLIDonatas Abraitis2022-03-091-1/+1
| |/ |/|
* | ospfd: Convert `enum event` to `enum ospf_apiserver_event`Donald Sharp2022-03-022-5/+5
* | *: Add necessary new line for output of vty_out()anlan_cs2022-02-271-2/+2
* | ospfd: NULL passed instead of ei pointer in external lsa originationrgirada2022-02-241-1/+1
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-2421-190/+98
* | ospfd: Fix spelling mistakesDonald Sharp2022-02-145-10/+10
* | Merge pull request #10511 from anlancs/ospf-substituteIgor Ryzhov2022-02-081-37/+16
|\ \