Skip to content

Commit b998015

Browse files
Google APIscopybara-github
authored andcommitted
feat: add an "unsupported" type of firewall policy rule
PiperOrigin-RevId: 619524306
1 parent e7b48a7 commit b998015

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

google/cloud/networkmanagement/v1/trace.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,12 @@ message FirewallInfo {
351351
// policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
352352
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6;
353353

354+
// Firewall policy rule containing attributes not yet supported in
355+
// Connectivity tests. Firewall analysis is skipped if such a rule can
356+
// potentially be matched. Please see the [list of unsupported
357+
// configurations](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs).
358+
UNSUPPORTED_FIREWALL_POLICY_RULE = 100;
359+
354360
// Tracking state for response traffic created when request traffic goes
355361
// through allow firewall rule.
356362
// For details, see [firewall rules

google/cloud/networkmanagement/v1beta1/trace.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,12 @@ message FirewallInfo {
355355
// policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
356356
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6;
357357

358+
// Firewall policy rule containing attributes not yet supported in
359+
// Connectivity tests. Firewall analysis is skipped if such a rule can
360+
// potentially be matched. Please see the [list of unsupported
361+
// configurations](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs).
362+
UNSUPPORTED_FIREWALL_POLICY_RULE = 100;
363+
358364
// Tracking state for response traffic created when request traffic goes
359365
// through allow firewall rule.
360366
// For details, see [firewall rules

0 commit comments

Comments
 (0)