Skip to content

Commit 04acb74

Browse files
committed
fix
1 parent 34f75a8 commit 04acb74

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pkg/ibmvpc/examples/out/diff_out/sg_testing_3_all_vpcs_endpointsDiff.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Connectivity diff between VPC test-vpc-ky and VPC test-vpc1-ky
22
diff-type: added, source: Public Internet (all ranges), destination: vsi2-ky[10.240.20.4], config1: No Connections, config2: All Connections, vsis-diff-info: vsi2-ky[10.240.20.4] added
33
diff-type: added, source: Service Network (all ranges), destination: vsi2-ky[10.240.20.4], config1: No Connections, config2: All Connections, vsis-diff-info: vsi2-ky[10.240.20.4] added
4+
diff-type: added, source: Service Network (all ranges), destination: vsi3b-ky[10.240.30.4], config1: No Connections, config2: All Connections, vsis-diff-info: vsi3b-ky[10.240.30.4] added
45
diff-type: added, source: db-endpoint-gateway-ky[10.240.30.6], destination: Service Network (all ranges), config1: No Connections, config2: All Connections, vsis-diff-info: db-endpoint-gateway-ky[10.240.30.6] added
56
diff-type: added, source: db-endpoint-gateway-ky[10.240.30.6], destination: vsi2-ky[10.240.20.4], config1: No Connections, config2: All Connections, vsis-diff-info: db-endpoint-gateway-ky[10.240.30.6] and vsi2-ky[10.240.20.4] added
67
diff-type: added, source: db-endpoint-gateway-ky[10.240.30.6], destination: vsi3b-ky[10.240.30.4], config1: No Connections, config2: All Connections, vsis-diff-info: db-endpoint-gateway-ky[10.240.30.6] and vsi3b-ky[10.240.30.4] added
@@ -17,6 +18,10 @@ diff-type: added, source: vsi3a-ky[10.240.30.5], destination: vsi3b-ky[10.240.30
1718
diff-type: added, source: vsi3b-ky[10.240.30.4], destination: Service Network (all ranges), config1: No Connections, config2: All Connections, vsis-diff-info: vsi3b-ky[10.240.30.4] added
1819
diff-type: added, source: vsi3b-ky[10.240.30.4], destination: vsi2-ky[10.240.20.4], config1: No Connections, config2: All Connections, vsis-diff-info: vsi3b-ky[10.240.30.4] and vsi2-ky[10.240.20.4] added
1920
diff-type: removed, source: Public Internet (all ranges), destination: proxy-ky[10.240.0.4], config1: All Connections, config2: No Connections, vsis-diff-info: proxy-ky[10.240.0.4] removed
21+
diff-type: removed, source: Service Network (all ranges), destination: appdata-endpoint-gateway[10.240.0.5], config1: TCP, config2: No Connections, vsis-diff-info: appdata-endpoint-gateway[10.240.0.5] removed
22+
diff-type: removed, source: Service Network (all ranges), destination: appdata-endpoint-gateway[10.240.128.8], config1: TCP, config2: No Connections, vsis-diff-info: appdata-endpoint-gateway[10.240.128.8] removed
23+
diff-type: removed, source: Service Network (all ranges), destination: policydb-endpoint-gateway[10.240.128.7], config1: TCP, config2: No Connections, vsis-diff-info: policydb-endpoint-gateway[10.240.128.7] removed
24+
diff-type: removed, source: Service Network (all ranges), destination: policydb-endpoint-gateway[10.240.64.4], config1: TCP, config2: No Connections, vsis-diff-info: policydb-endpoint-gateway[10.240.64.4] removed
2025
diff-type: removed, source: Service Network (all ranges), destination: proxy-ky[10.240.0.4], config1: All Connections, config2: No Connections, vsis-diff-info: proxy-ky[10.240.0.4] removed
2126
diff-type: removed, source: be-ky[10.240.128.5], destination: opa-ky[10.240.128.4], config1: TCP dst-ports: 8181, config2: No Connections, vsis-diff-info: be-ky[10.240.128.5] and opa-ky[10.240.128.4] removed
2227
diff-type: removed, source: be-ky[10.240.128.5], destination: policydb-endpoint-gateway[10.240.128.7], config1: TCP, config2: No Connections, vsis-diff-info: be-ky[10.240.128.5] and policydb-endpoint-gateway[10.240.128.7] removed

pkg/vpcmodel/abstractVPC.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ type Node interface {
111111
IPBlock() *netset.IPBlock
112112
// IsInternal returns true if the node is internal, within a VPC
113113
IsInternal() bool
114-
// IsPublicInternet returns true if the node is external and pubic Internet
114+
// IsPublicInternet returns true if the node is external and public Internet
115115
IsPublicInternet() bool
116116
// AbstractedToNodeSet returns the abstracted nodeSet that contains this node (if any)
117117
// e.g. the Nodes of Load Balancer private IPs are abstracted by the Load Balancer

0 commit comments

Comments
 (0)