{"add":(AddNetwork, ARGS_ONE_NETWORK, [DRY_RUN_OPT, NETWORK_OPT, GATEW
AY_OPT, ADD_RESERVED_IPS_OPT, MAC_PREFIX_OPT, NETWORK6_OPT, GATEWAY6_O
PT, NOCONFLICTSCHECK_OPT, TAG_ADD_OPT, PRIORITY_OPT, SUBMIT_OPT], "<ne
twork_name>", "Add a new IP network to the cluster"), "list":(ListNetw
orks, ARGS_MANY_NETWORKS, [NOHDR_OPT, SEP_OPT, FIELDS_OPT, VERBOSE_OPT
], "[<network_id>...]", "Lists the IP networks in the cluster. The ava
ilable fields can be shown" " using the \"list-fields\" command (see t
he man page for details)." " The default list is (in order): %s." % ut
...
|