Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix column ip_address in table gcp_compute_forwarding_rule and gcp_compute_global_forwarding_rule for IPv6 CIDR values #409

Merged

Conversation

karanpopat
Copy link
Contributor

Example query results

Results
> select name, ip_address from gcp_compute_forwarding_rule
+------------------------------------+---------------------------------+
| name                               | ip_address                      |
+------------------------------------+---------------------------------+
| gke-cluster-1-e7df1409-95479c15-pe | 10.128.0.22                     |
| test-fr                            | 2600:1900:4000:45f3:8000:1::/96 |
+------------------------------------+---------------------------------+

@karanpopat karanpopat self-assigned this Nov 4, 2022
@karanpopat karanpopat linked an issue Nov 4, 2022 that may be closed by this pull request
@misraved
Copy link
Contributor

misraved commented Nov 4, 2022

@karanpopat do other tables with IP address column type need an update?

@karanpopat
Copy link
Contributor Author

@misraved i checked, we have one in this table as well - gcp_compute_global_forwarding_rule

@karanpopat karanpopat changed the title Fix column ip_address in table gcp_compute_forwarding_rule for IPv6 CIDR values Fix column ip_address in table gcp_compute_forwarding_rule and gcp_compute_global_forwarding_rule for IPv6 CIDR values Nov 7, 2022
@misraved misraved merged commit 3e99a5e into main Nov 11, 2022
@misraved misraved deleted the 407-table-gcp_compute_forwarding_rule-breaks-for-ipv6-ip_address branch November 11, 2022 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table gcp_compute_forwarding_rule breaks for ipv6 ip_address
2 participants