Skip to content
Snippets Groups Projects
Commit dd07f98a authored by Daniel P. Berrangé's avatar Daniel P. Berrangé :speech_balloon:
Browse files

Add 'downscript' for domain interfaces

parent 289147be
No related branches found
Tags v6.4.0
No related merge requests found
......@@ -741,6 +741,7 @@ type DomainInterface struct {
IP []DomainInterfaceIP `xml:"ip"`
Route []DomainInterfaceRoute `xml:"route"`
Script *DomainInterfaceScript `xml:"script"`
DownScript *DomainInterfaceScript `xml:"downscript"`
Target *DomainInterfaceTarget `xml:"target"`
Guest *DomainInterfaceGuest `xml:"guest"`
Model *DomainInterfaceModel `xml:"model"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment