Skip to content

Commit

Permalink
fix: Fix for error "no-summaries only valid for stubby areas"
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Jun 19, 2023
1 parent fb76fc8 commit f222f71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routeros/resource_routing_ospf_area.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func ResourceRoutingOspfArea() *schema.Resource {
KeyName: PropNameForceNewRw,
"no_summaries": {
Type: schema.TypeBool,
Default: false,
Optional: true,
Description: "If set then the area will not flood summary LSAs in the stub area.",
},
Expand Down

0 comments on commit f222f71

Please sign in to comment.