diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-05 00:55:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-05 00:55:00 +0000 |
commit | cfe926c349a510f12a9f84a8aa62f3428636eb9f (patch) | |
tree | 156c9e15c025324aa94ea031f0851c4a4bd37061 /scripts/apnic-poke-2.sh | |
parent | 4dc7c50e8deb8432c31fca22497552ff6eee9db2 (diff) |
Checkpoint
svn path=/scripts/apnic-poke-2.sh; revision=1363
Diffstat (limited to 'scripts/apnic-poke-2.sh')
-rw-r--r-- | scripts/apnic-poke-2.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/apnic-poke-2.sh b/scripts/apnic-poke-2.sh index f6d3fd47..32e81652 100644 --- a/scripts/apnic-poke-2.sh +++ b/scripts/apnic-poke-2.sh @@ -39,6 +39,10 @@ $openssl x509 -req -in bsc.req -out bsc.cer \ python irbe-cli.py bsc --action set --self_id 1 --bsc_id 1 --signing_cert bsc.cer rm -f bsc.req bsc.cer +# List what's in the BSC, for today's debugging fun + +python irbe-cli.py bsc --action list --self_id 1 --bsc_id 1 + # Create a repository context python irbe-cli.py repository --self_id 1 --action create --bsc_id 1 |