Skip to content

Commit

Permalink
feat: add an "unsupported" type of firewall policy rule
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 619524306
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 27, 2024
1 parent e7b48a7 commit b998015
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/cloud/networkmanagement/v1/trace.proto
Expand Up @@ -351,6 +351,12 @@ message FirewallInfo {
// policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6;

// Firewall policy rule containing attributes not yet supported in
// Connectivity tests. Firewall analysis is skipped if such a rule can
// potentially be matched. Please see the [list of unsupported
// configurations](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs).
UNSUPPORTED_FIREWALL_POLICY_RULE = 100;

// Tracking state for response traffic created when request traffic goes
// through allow firewall rule.
// For details, see [firewall rules
Expand Down
6 changes: 6 additions & 0 deletions google/cloud/networkmanagement/v1beta1/trace.proto
Expand Up @@ -355,6 +355,12 @@ message FirewallInfo {
// policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6;

// Firewall policy rule containing attributes not yet supported in
// Connectivity tests. Firewall analysis is skipped if such a rule can
// potentially be matched. Please see the [list of unsupported
// configurations](https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs).
UNSUPPORTED_FIREWALL_POLICY_RULE = 100;

// Tracking state for response traffic created when request traffic goes
// through allow firewall rule.
// For details, see [firewall rules
Expand Down

0 comments on commit b998015

Please sign in to comment.