Skip to content

Commit 608823a

Browse files
authored
Fix deletion of individual attributes of bgp vrf resource (#286)
1 parent 9b04174 commit 608823a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gen/definitions/router_bgp_vrf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@ attributes:
111111
example: false
112112
- yang_name: timers/keepalive-interval
113113
optional: true
114+
delete_parent: true
114115
example: 5
115116
- yang_name: timers/holdtime
116117
optional: true
118+
delete_parent: true
117119
example: 20
118120
- yang_name: update-source
119121
example: GigabitEthernet0/0/0/1

internal/provider/model_iosxr_router_bgp_vrf.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)