#include "SheppCommandFunctions.H"
#include "IpNetworkCheck.H"
#include "IpNetworkCreate.H"
#include "IpNetworkDelete.H"
#include "IpNetworkInfo.H"
#include "IpNetworkRenew.H"
#include "IpNetworkTransfer.H"
#include "IpNetworkUpdate.H"
Go to the source code of this file.
Functions | |
int | cmd_ipnetwork_help (string error_msg, string specific="") |
print ipnetwork command usage info | |
int | parse_iprange (const string &input, IpRange &ipRange) |
reads an IpRange object from args | |
int | cmd_ipnetwork_check (vector< string > &args) |
ipnetwork check command function | |
int | cmd_ipnetwork_create (vector< string > &args) |
ipnetwork create command function | |
int | cmd_ipnetwork_delete (vector< string > &args) |
ipnetwork check delete function | |
int | cmd_ipnetwork_info (vector< string > &args) |
ipnetwork info command function | |
int | cmd_ipnetwork_renew (vector< string > &args) |
ipnetwork renew command function | |
int | cmd_ipnetwork_transfer (vector< string > &args) |
ipnetwork transfer command function | |
int | cmd_ipnetwork_update (vector< string > &args) |
ipnetwork update command function | |
int | cmd_ipnetwork (vector< string > &args) |
main ipnetwork command |
int cmd_ipnetwork | ( | vector< string > & | args | ) |
main ipnetwork command
arg | command-line input arguments |
int cmd_ipnetwork_check | ( | vector< string > & | args | ) |
ipnetwork check command function
args | vector with command-line arguments |
int cmd_ipnetwork_create | ( | vector< string > & | args | ) |
ipnetwork create command function
args | vector with command-line arguments |
int cmd_ipnetwork_delete | ( | vector< string > & | args | ) |
ipnetwork check delete function
args | vector with command-line arguments |
int cmd_ipnetwork_help | ( | string | error_msg, | |
string | specific = "" | |||
) |
print ipnetwork command usage info
error_msg | error message to be printed | |
specific | optional, choses specific sub-command |
int cmd_ipnetwork_info | ( | vector< string > & | args | ) |
ipnetwork info command function
args | vector with command-line arguments |
int cmd_ipnetwork_renew | ( | vector< string > & | args | ) |
ipnetwork renew command function
args | vector with command-line arguments |
int cmd_ipnetwork_transfer | ( | vector< string > & | args | ) |
ipnetwork transfer command function
args | vector with command-line arguments |
int cmd_ipnetwork_update | ( | vector< string > & | args | ) |
ipnetwork update command function
args | vector with command-line arguments |
int parse_iprange | ( | const string & | input, | |
IpRange & | ipRange | |||
) |