Skip to content

Commit

Permalink
chore(release): 1.64.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 29, 2024
1 parent 8990eb0 commit 085896e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.64.2](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.64.1...v1.64.2) (2024-09-29)

### Bug Fixes

* Unable to remove routeros_interface_wireless from config ([#571](https://github.com/terraform-routeros/terraform-provider-routeros/issues/571)) ([8990eb0](https://github.com/terraform-routeros/terraform-provider-routeros/commit/8990eb05c63859b0d58be996d7d2a886868ab13a)), closes [#570](https://github.com/terraform-routeros/terraform-provider-routeros/issues/570)

## [1.64.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.64.0...v1.64.1) (2024-09-28)

### Bug Fixes
Expand Down
9 changes: 6 additions & 3 deletions docs/resources/interface_wireless.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,14 @@ resource "routeros_interface_wireless" "test" {
- `multicast_helper` (String) When set to full, multicast packets will be sent with a unicast destination MAC address, resolving multicast problem on the wireless link. This option should be enabled only on the access point, clients should be configured in station-bridge mode. Available starting from v5.15.disabled - disables the helper and sends multicast packets with multicast destination MAC addressesdhcp - dhcp packet mac addresses are changed to unicast mac addresses prior to sending them outfull - all multicast packet mac address are changed to unicast mac addresses prior to sending them outdefault - default choice that currently is set to dhcp. Value can be changed in future releases.
- `noise_floor_threshold` (String) For advanced use only, as it can badly affect the performance of the interface. It is possible to manually set noise floor threshold value. By default, it is dynamically calculated. This property also affects received signal strength. This property is only effective on non-AC chips.
- `nv2_cell_radius` (Number) Setting affects the size of contention time slot that AP allocates for clients to initiate connection and also size of time slots used for estimating distance to client. When setting is too small, clients that are farther away may have trouble connecting and/or disconnect with `ranging timeout` error. Although during normal operation the effect of this setting should be negligible, in order to maintain maximum performance, it is advised to not increase this setting if not necessary, so AP is not reserving time that is actually never used, but instead allocates it for actual data transfer.on AP: distance to farthest client in kmon station: no effect.
- `nv2_downlink_ratio` (Number) Specifies the Nv2 downlink ratio. Uplink ratio is automatically calculated from the downlink-ratio value. When using dynamic-downlink mode the downlink-ratio is also used when link get fully saturated. Minimum value is 20 and maximum 80.
- `nv2_mode` (String) Specifies to use dynamic or fixed downlink/uplink ratio.
- `nv2_noise_floor_offset` (String)
- `nv2_preshared_key` (String, Sensitive)
- `nv2_preshared_key` (String, Sensitive) Specifies preshared key to be used.
- `nv2_qos` (String) Sets the packet priority mechanism, firstly data from high priority queue is sent, then lower queue priority data until 0 queue priority is reached. When link is full with high priority queue data, lower priority data is not sent. Use it very carefully, setting works on APframe-priority - manual setting that can be tuned with Mangle rules.default - default setting where small packets receive priority for best latency.
- `nv2_queue_count` (Number)
- `nv2_security` (String)
- `nv2_queue_count` (Number) Specifies how many priority queues are used in Nv2 network.
- `nv2_security` (String) Specifies Nv2 security mode.
- `nv2_sync_secret` (String, Sensitive) Specifies secret key for use in the Nv2 synchronization. Secret should match on Master and Slave devices in order to establish the synced state.
- `on_fail_retry_time` (String) After third sending failure on the lowest data rate, wait for specified time interval before retrying.
- `periodic_calibration` (String) Setting default enables periodic calibration if info default-periodic-calibration property is enabled. Value of that property depends on the type of wireless card. This property is only effective for cards based on Atheros chipset.
- `periodic_calibration_interval` (Number) This property is only effective for cards based on Atheros chipset.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terraform-provider-routeros",
"version": "1.64.1",
"version": "1.64.2",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 085896e

Please sign in to comment.