Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipv6 dhcp client resource #354

Merged
merged 4 commits into from
Feb 13, 2024
Merged

Conversation

jlpedrosa
Copy link
Contributor

@jlpedrosa jlpedrosa commented Feb 12, 2024

This PR adds the the routeros_ipv6_dhcp_client resource.

This enables getting IPV6 address from internet provides to do delegation.

@@ -5,7 +5,7 @@ VERSION=$(shell git describe --tags --abbrev=0)
all: docs compile checksum clean

test:
/usr/bin/go test -timeout 30s github.com/terraform-routeros/terraform-provider-routeros
go test -timeout 30s github.com/terraform-routeros/terraform-provider-routeros
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can happily change this. I don't have go installed on the same path and was giving me errors. The rest of the file is using just "go" instead of "/usr/bin/go"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@jlpedrosa jlpedrosa changed the title Ipv6 dhcp client - Work in progress Ipv6 dhcp client resource Feb 13, 2024
@jlpedrosa jlpedrosa marked this pull request as ready for review February 13, 2024 09:44
@jlpedrosa jlpedrosa requested a review from a team as a code owner February 13, 2024 09:44
@vaerh vaerh merged commit eb4bef2 into terraform-routeros:main Feb 13, 2024
3 checks passed
@vaerh
Copy link
Collaborator

vaerh commented Feb 13, 2024

🎉 This PR is included in version 1.33.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants