diff options
Diffstat (limited to 'rpkid.stable/testbed.3.yaml')
-rw-r--r-- | rpkid.stable/testbed.3.yaml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/rpkid.stable/testbed.3.yaml b/rpkid.stable/testbed.3.yaml new file mode 100644 index 00000000..3b1a7cb4 --- /dev/null +++ b/rpkid.stable/testbed.3.yaml @@ -0,0 +1,41 @@ +# $Id$ + +# Copyright (C) 2007--2008 American Registry for Internet Numbers ("ARIN") +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND ARIN DISCLAIMS ALL WARRANTIES WITH +# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS. IN NO EVENT SHALL ARIN BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. + +name: RIR +crl_interval: 2d +regen_margin: 1h +valid_for: 90d +kids: + - name: R0 + kids: + - name: Alice + ipv4: 192.0.2.0-192.0.2.33 + asn: 64533 + route_origin: + - asn: 42 + ipv4: 192.0.2.0/30-32,192.0.2.32/32 + - name: Bob + ipv4: 192.0.2.44-192.0.2.100 + ipv4: 10.3.0.0/16 + route_origin: + - asn: 666 + ipv4: 10.3.0.0/23 +--- +- shell find publication -type f -name '*.roa' -print -exec ../../utils/print_roa/print_roa {} \; +- shell find publication -type f -name '*.mnf' -print -exec ../../utils/print_manifest/print_manifest {} \; +--- +- shell find publication -type f -name '*.roa' -print -exec ../../utils/print_roa/print_roa {} \; +- shell find publication -type f -name '*.mnf' -print -exec ../../utils/print_manifest/print_manifest {} \; |