Go to the source code of this file.
Namespaces | |
set_urg_ip | |
Functions | |
def | set_urg_ip.parse_and_validate_ipv4 (argument, name) |
Variables | |
set_urg_ip.args = parser.parse_args() | |
set_urg_ip.default | |
set_urg_ip.gw = parse_and_validate_ipv4(args.new_gw, "gateway address") | |
set_urg_ip.help | |
set_urg_ip.ip = parse_and_validate_ipv4(args.new_ip, "IP address") | |
string | set_urg_ip.msg = "$IP" |
set_urg_ip.nm = parse_and_validate_ipv4(args.nm, "netmask") | |
set_urg_ip.parser = argparse.ArgumentParser(description=__doc__) | |
set_urg_ip.returned = sock.recv(40) | |
set_urg_ip.sock = socket.socket() | |