X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=00caa6a4938421267d6364b19e2e927397bf3402;hp=233f8bd21c5c13307c11d7b76e4b81a8ac498ba3;hb=4963be850090933e5769f9d3412d9eb86f522b1b;hpb=10d1aa3b64f61408bb092d998fb8c5f453a7749c diff --git a/src/generator.ml b/src/generator.ml index 233f8bd..00caa6a 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1289,6 +1289,25 @@ for a filesystem to be shared between operating systems. Please read L for more details. See also C."); + ("set_network", (RErr, [Bool "network"]), -1, [FishAlias "network"], + [], + "set enable network flag", + "\ +If C is true, then the network is enabled in the +libguestfs appliance. The default is false. + +This affects whether commands are able to access the network +(see L). + +You must call this before calling C, otherwise +it has no effect."); + + ("get_network", (RBool "network", []), -1, [], + [], + "get enable network flag", + "\ +This returns the enable network flag."); + ] (* daemon_functions are any functions which cause some action