Skip to content

Commit 5552ed1

Browse files
akinrosslhercot
authored andcommitted
[ignore] Set correct default value in documenation for bdEnforcedEnable
1 parent 63713be commit 5552ed1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/resources/vrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ All examples for the VRF resource can be found in the [examples](https://github.
247247
* `annotation` (annotation) - (string) The annotation of the VRF object.
248248
- Default: `orchestrator:terraform`
249249
* `bd_enforcement` (bdEnforcedEnable) - (string) The Bridge Domain (BD) enforcement status of the VRF. BD enforcement will restrict a host from sending ping requests to subnets outside the Bridge Domain (BD). The feature blocks ICMP, TCP and UDP traffic between BDs.
250-
- Default: `false`
250+
- Default: `no`
251251
- Valid Values: `no`, `yes`.
252252
* `description` (descr) - (string) The description of the VRF object.
253253
* `ip_data_plane_learning` (ipDataPlaneLearning) - (string) The IP data plane status of the VRF object. The process known as IP data plane learning involves acquiring the endpoint's IPv4 or IPv6 address through data plane routing of traffic from the endpoint.

gen/definitions/properties.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,6 +2243,8 @@ fvCtx:
22432243
bd_enforced_enable : bd_enforcement
22442244
pc_enf_dir: policy_control_enforcement_direction
22452245
pc_enf_pref: policy_control_enforcement_mode
2246+
default_values:
2247+
bdEnforcedEnable: "no"
22462248
test_values:
22472249
default:
22482250
bd_enforcement: "no"

0 commit comments

Comments
 (0)