Skip to content

Commit 9231855

Browse files
committed
fix merge
1 parent 1fe9c09 commit 9231855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/vpcmodel/subnetsConnectivity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func getSubnetsWithPGW(c *VPCConfig) map[string]bool {
172172
}
173173

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

0 commit comments

Comments
 (0)