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 ability to set mode=private to a macvlan interface. #1154

Merged
merged 4 commits into from
Mar 1, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update resource_libvirt_domain.go
Added ability to add mode=private
  • Loading branch information
farsonic authored and dmacvicar committed Mar 1, 2025
commit 1a33ece528a1a19265e05ef96c0d7d4c90578662
2 changes: 1 addition & 1 deletion libvirt/resource_libvirt_domain.go
Original file line number Diff line number Diff line change
@@ -998,7 +998,7 @@ func resourceLibvirtDomainRead(ctx context.Context, d *schema.ResourceData, meta
"network_name": "",
"bridge": "",
"vepa": "",
"private": "",
"private": "",
"macvtap": "",
"passthrough": "",
"mac": mac,
Loading