diff options
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 |