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