Skip to content

Commit

Permalink
Adding target resources to allow GCP destinations with VPC metadata. …
Browse files Browse the repository at this point in the history
…Doesn't need to process the resource metadata, just needs to not error when it is provided.

PiperOrigin-RevId: 644095177
  • Loading branch information
Capirca Team committed Jun 17, 2024
1 parent ff639f7 commit 2e94783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions capirca/lib/juniper.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ def _BuildTokens(self):
'routing_instance',
'source_prefix',
'source_prefix_except',
'target_resources',
'traffic_type',
'traffic_class_count',
'ttl'}
Expand Down
1 change: 1 addition & 0 deletions tests/lib/juniper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@
'source_port',
'source_prefix',
'source_prefix_except',
'target_resources',
'traffic_class_count',
'traffic_type',
'translated',
Expand Down
1 change: 1 addition & 0 deletions tests/lib/srxlo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
'source_port',
'source_prefix',
'source_prefix_except',
'target_resources',
'traffic_class_count',
'traffic_type',
'translated',
Expand Down

0 comments on commit 2e94783

Please sign in to comment.