Skip to content

Commit

Permalink
chore(release): 1.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 13, 2024
1 parent 33a9908 commit 09db22b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.48.2](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.48.1...v1.48.2) (2024-05-13)


### Bug Fixes

* **veth:** Remove deprecated options ([8565c5b](https://github.com/terraform-routeros/terraform-provider-routeros/commit/8565c5b5325c5b6fd61bcf8a2e76aa53e586f4fa))

## [1.48.1](https://github.com/terraform-routeros/terraform-provider-routeros/compare/v1.48.0...v1.48.1) (2024-05-09)


Expand Down
2 changes: 1 addition & 1 deletion docs/resources/ip_route.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ resource "routeros_ip_route" "a_route" {
- `pref_src` (String) Which of the local IP addresses to use for locally originated packets that are sent via this route. Value of this property has no effect on forwarded packets. If value of this property is set to IP address that is not local address of this router then the route will be inactive (in ROS v6, ROS v7 allows IP spoofing).
- `routing_table` (String) Routing table this route belongs to.
- `scope` (Number) Used in nexthop resolution. Route can resolve nexthop only through routes that have scope less than or equal to the target-scope of this route.
- `suppress_hw_offload` (Boolean)
- `target_scope` (Number) Used in nexthop resolution. This is the maximum value of scope for a route through which a nexthop of this route can be resolved.
- `vrf_interface` (String) VRF interface name.

Expand All @@ -41,7 +42,6 @@ resource "routeros_ip_route" "a_route" {
- `immediate_gw` (String) Shows actual (resolved) gateway and interface that will be used for packet forwarding.
- `inactive` (Boolean)
- `static` (Boolean)
- `suppress_hw_offload` (Boolean)

## Import
Import is supported using the following syntax:
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.48.1",
"version": "1.48.2",
"repository": {
"type": "git",
"url": "https://github.com/terraform-routeros/terraform-provider-routeros"
Expand Down

0 comments on commit 09db22b

Please sign in to comment.