Skip to content

Commit

Permalink
Make ospf area interface attributes optional
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Mar 21, 2024
1 parent 230a61d commit 44a12ff
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Add `next_hop_self`, `soft_reconfiguration_inbound_always`, `send_community_ebgp`, `send_community_ebgp_inheritance_disable`, `maximum_prefix_limit`, `maximum_prefix_threshold`, `maximum_prefix_restart`, `maximum_prefix_discard_extra_paths`, `maximum_prefix_warning_only`, `default_originate_route_policy` and `default_originate_inheritance_disable` attributes to `iosxr_router_bgp_neighbor_address_family` resource and data source
- Add `timers_keepalive_interval`, `timers_holdtime` and `timers_minimum_acceptable_holdtime` attributes to `iosxr_router_bgp_neighbor_group` resource and data source
- Make `index_sid_index` and `absolute_sid_label` attribute of `iosxr_router_ospf_area_interface` resource optional

## 0.4.0

Expand Down
1 change: 1 addition & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: |-

- Add `next_hop_self`, `soft_reconfiguration_inbound_always`, `send_community_ebgp`, `send_community_ebgp_inheritance_disable`, `maximum_prefix_limit`, `maximum_prefix_threshold`, `maximum_prefix_restart`, `maximum_prefix_discard_extra_paths`, `maximum_prefix_warning_only`, `default_originate_route_policy` and `default_originate_inheritance_disable` attributes to `iosxr_router_bgp_neighbor_address_family` resource and data source
- Add `timers_keepalive_interval`, `timers_holdtime` and `timers_minimum_acceptable_holdtime` attributes to `iosxr_router_bgp_neighbor_group` resource and data source
- Make `index_sid_index` and `absolute_sid_label` attribute of `iosxr_router_ospf_area_interface` resource optional

## 0.4.0

Expand Down
8 changes: 4 additions & 4 deletions docs/resources/router_ospf_area_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@ resource "iosxr_router_ospf_area_interface" "example" {

Required:

- `absolute_sid_label` (Number) SID value
- Range: `16000`-`1048575`
- `algorithm_number` (Number) Algorithm Specific Prefix SID Configuration
- Range: `128`-`255`
- `index_sid_index` (Number) SID Index
- Range: `0`-`1048575`

Optional:

- `absolute_explicit_null` (Boolean) Force penultimate hop to send explicit-null label
- `absolute_n_flag_clear` (Boolean) Not a node SID (e.g. for anycast SID use)
- `absolute_sid_label` (Number) SID value
- Range: `16000`-`1048575`
- `index_explicit_null` (Boolean) Force penultimate hop to send explicit-null label
- `index_n_flag_clear` (Boolean) Not a node SID (e.g. for anycast SID use)
- `index_sid_index` (Number) SID Index
- Range: `0`-`1048575`

## Import

Expand Down
2 changes: 2 additions & 0 deletions gen/definitions/router_ospf_area_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ attributes:
id: true
example: 233
- yang_name: index/sid-index
optional: true
example: 1048
- yang_name: index/explicit-null
example: false
- yang_name: index/n-flag-clear
example: false
- yang_name: absolute/sid-label
optional: true
example: 17000
exclude_test: true
- yang_name: absolute/explicit-null
Expand Down

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 @@ -11,6 +11,7 @@ description: |-

- Add `next_hop_self`, `soft_reconfiguration_inbound_always`, `send_community_ebgp`, `send_community_ebgp_inheritance_disable`, `maximum_prefix_limit`, `maximum_prefix_threshold`, `maximum_prefix_restart`, `maximum_prefix_discard_extra_paths`, `maximum_prefix_warning_only`, `default_originate_route_policy` and `default_originate_inheritance_disable` attributes to `iosxr_router_bgp_neighbor_address_family` resource and data source
- Add `timers_keepalive_interval`, `timers_holdtime` and `timers_minimum_acceptable_holdtime` attributes to `iosxr_router_bgp_neighbor_group` resource and data source
- Make `index_sid_index` and `absolute_sid_label` attribute of `iosxr_router_ospf_area_interface` resource optional

## 0.4.0

Expand Down

0 comments on commit 44a12ff

Please sign in to comment.