You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ocaml/idl/datamodel.ml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4944,6 +4944,7 @@ let pif =
4944
4944
is managed by xapi. If it is not, then xapi will not configure the interface, the commands PIF.plug/unplug/reconfigure_ip(v6) \
4945
4945
can not be used, nor can the interface be bonded or have VLANs based on top through xapi."~default_value:(Some (VBooltrue));
4946
4946
field ~lifecycle:[Published, rel_creedence, ""] ~qualifier:DynamicRO~ty:(Map(String, String)) ~default_value:(Some (VMap[])) "properties""Additional configuration properties for the interface.";
4947
+
field ~lifecycle:[Published, rel_dundee, ""] ~qualifier:DynamicRO~ty:(Set(String)) ~default_value:(Some (VSet[])) "capabilities""Additional capabilities on the interface.";
0 commit comments