diff options
Diffstat (limited to 'myrpki.rototill/examples/prefixes.csv')
-rw-r--r-- | myrpki.rototill/examples/prefixes.csv | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/myrpki.rototill/examples/prefixes.csv b/myrpki.rototill/examples/prefixes.csv new file mode 100644 index 00000000..160f9339 --- /dev/null +++ b/myrpki.rototill/examples/prefixes.csv @@ -0,0 +1,11 @@ +# $Id$ +# +# Syntax: <child_handle> <prefix>/<length> +# or: <child_handle> <min>-<max> +# +# NB: Comment lines are not allowed in these files, this one is only +# present to explain the example +# +Alice 192.0.2.0/27 +Bob 192.0.2.44-192.0.2.100 +Bob 10.0.0.0/8 |