Skip to content

Commit

Permalink
Add use_af_group attribute to router bgp neighbor group resource
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Oct 15, 2024
1 parent b3fba2c commit 3e90220
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.5.2 (unreleased)

- Implement workaround for issue related to interpreting dotted decimal AS number notation, [link](https://github.com/CiscoDevNet/terraform-provider-iosxr/issues/263)
- Add `use_af_group` attribute to `iosxr_router_bgp_neighbor_group` resource and data source

## 0.5.1

Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/router_bgp_neighbor_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ Read-Only:
- `route_reflector_client` (Boolean) Configure a neighbor as Route Reflector client
- `route_reflector_client_inheritance_disable` (Boolean) Prevent route-reflector-client from being inherited from the parent
- `soft_reconfiguration_inbound_always` (Boolean) Always use soft reconfig, even if route refresh is supported
- `use_af_group` (String) Inherit configuration for this address-family from an af-group
1 change: 1 addition & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description: |-
## 0.5.2 (unreleased)

- Implement workaround for issue related to interpreting dotted decimal AS number notation, [link](https://github.com/CiscoDevNet/terraform-provider-iosxr/issues/263)
- Add `use_af_group` attribute to `iosxr_router_bgp_neighbor_group` resource and data source

## 0.5.1

Expand Down
1 change: 1 addition & 0 deletions docs/resources/router_bgp_neighbor_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Optional:
- `route_reflector_client` (Boolean) Configure a neighbor as Route Reflector client
- `route_reflector_client_inheritance_disable` (Boolean) Prevent route-reflector-client from being inherited from the parent
- `soft_reconfiguration_inbound_always` (Boolean) Always use soft reconfig, even if route refresh is supported
- `use_af_group` (String) Inherit configuration for this address-family from an af-group

## Import

Expand Down
3 changes: 3 additions & 0 deletions gen/definitions/router_bgp_neighbor_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ attributes:
example: ROUTE_POLICY_1
- yang_name: route-policy/out
example: ROUTE_POLICY_1
- yang_name: use/af-group
example: ROUTE_POLICY_1
exclude_test: true
- yang_name: timers/keepalive-interval
optional: true
delete_parent: true
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions internal/provider/model_iosxr_router_bgp_neighbor_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions internal/provider/resource_iosxr_router_bgp_neighbor_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description: |-
## 0.5.2 (unreleased)

- Implement workaround for issue related to interpreting dotted decimal AS number notation, [link](https://github.com/CiscoDevNet/terraform-provider-iosxr/issues/263)
- Add `use_af_group` attribute to `iosxr_router_bgp_neighbor_group` resource and data source

## 0.5.1

Expand Down

0 comments on commit 3e90220

Please sign in to comment.