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

Add vpn app for NetBox 3.7 compatibility #596

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

markkuleinio
Copy link
Contributor

@markkuleinio markkuleinio commented Dec 9, 2023

Fixes: #595

Adds support for vpn app.

Before this patch:

>>> nb.version
'3.7'
>>> list(nb.vpn.tunnels.filter())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'Api' object has no attribute 'vpn'
>>>

After this patch:

>>> list(nb.vpn.tunnels.filter())
[Tunnel1]
>>>

@markkuleinio
Copy link
Contributor Author

Now that NetBox 3.7.0 is out, any comments from @arthanson or @abhi1693 ?

@abhi1693 abhi1693 merged commit 5b3551f into netbox-community:master Dec 29, 2023
16 checks passed
@markkuleinio markkuleinio deleted the netbox-3.7 branch December 29, 2023 18:11
@kuhball
Copy link

kuhball commented Jan 3, 2024

Hi, would it be possible to create a new release containing this merged PR? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add vpn app for NetBox 3.7 compatibility
3 participants