Ignore:
Timestamp:
05/16/13 23:30:49 (11 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Add inital XMLRPC shim. See #40.

We'll start with a method to get a list of static IPs available for
assignment, and a method to allocate a netblock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/MyIPDB.pm

    r599 r600  
    2222# DB host is optional.
    2323my $dbhost = 'ipdb-db';
     24
     25# ACL for RPC shim.  A hash of arrays;  the hash keys are the remote system
     26# names, the array contents are the IPs allowed to claim that system name.
     27#%IPDB::rpcacl = (
     28#       cli_test => ['192.168.99.115','209.91.179.62'],
     29#       devel => ['10.0.10.5'],
     30#       );
    2431
    2532# Quick workaround for fixed web path.  Set this to the absolute web path to
Note: See TracChangeset for help on using the changeset viewer.