Skip to content

Commit

Permalink
Merge pull request #63 from matdibu/add-ipv6-fix-to-domain
Browse files Browse the repository at this point in the history
add trustGuestRxFilters to domain interface
  • Loading branch information
AshleyYakeley authored Oct 5, 2024
2 parents 1d5c17c + 31e2f7f commit 1607336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ let
(subelem "interface"
[
(subattr "type" typeString)
(subattr "trustGuestRxFilters" typeBoolYesNo)
]
[
(subelem "mac" [ (subattr "address" typeString) ] [ ])
Expand Down

0 comments on commit 1607336

Please sign in to comment.