diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-28 10:34:48 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-28 10:34:48 +0000 |
commit | 429b4164cbfccc0cbb89a2828223d522bb9c810a (patch) | |
tree | 901636ccff82a57c138e00b461d3acba7f2c3784 /myrpki/examples/prefixes.csv | |
parent | 21e2c28625bc272c0c7c207e224f0c7133b85164 (diff) |
Allow ranges as well as prefixes in prefixes.csv.
svn path=/myrpki/README; revision=2676
Diffstat (limited to 'myrpki/examples/prefixes.csv')
-rw-r--r-- | myrpki/examples/prefixes.csv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/myrpki/examples/prefixes.csv b/myrpki/examples/prefixes.csv index 46571835..21e39e04 100644 --- a/myrpki/examples/prefixes.csv +++ b/myrpki/examples/prefixes.csv @@ -1,7 +1,8 @@ # 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.1-192.0.2.33 +Alice 192.0.2.0/27 Bob 192.0.2.44-192.0.2.100 |