Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
olasaadi99 committed Nov 4, 2024
1 parent 1fe9c09 commit 9231855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vpcmodel/subnetsConnectivity.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func getSubnetsWithPGW(c *VPCConfig) map[string]bool {
}

// the main function to compute connectivity per subnet based on resources that capture subnets, such as nacl, pgw, tgw, routing-tables
func GetSubnetsConnectivity(c *VPCConfig, includePGW, grouping int) (*VPCsubnetConnectivity, error) {
func GetSubnetsConnectivity(c *VPCConfig, includePGW bool, groupingType int) (*VPCsubnetConnectivity, error) {
var subnetsConnectivityFromACLresources map[string]*IPbasedConnectivityResult
var err error
for _, fl := range c.FilterResources {
Expand Down

0 comments on commit 9231855

Please sign in to comment.