diff options
author | Rob Austein <sra@hactrn.net> | 2010-06-12 18:52:38 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-06-12 18:52:38 +0000 |
commit | 0e745fee0e6c50f49cb3aedada787a013064381e (patch) | |
tree | 7549eb60772224bb1caf919268150041054ca685 | |
parent | 8d0fc691ab55201419cce99b470576818633d0ca (diff) |
Remove stale comment
svn path=/rpkid/examples/asns.csv; revision=3283
-rw-r--r-- | rpkid/examples/asns.csv | 3 | ||||
-rw-r--r-- | rpkid/examples/prefixes.csv | 3 | ||||
-rw-r--r-- | rpkid/examples/roas.csv | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/rpkid/examples/asns.csv b/rpkid/examples/asns.csv index 804cf839..9d742740 100644 --- a/rpkid/examples/asns.csv +++ b/rpkid/examples/asns.csv @@ -2,7 +2,4 @@ # # Syntax: <child_handle> <asn> # -# NB: Comment lines are not allowed in these files, this one is only -# present to explain the example -# Alice 64533 diff --git a/rpkid/examples/prefixes.csv b/rpkid/examples/prefixes.csv index 160f9339..ece18d32 100644 --- a/rpkid/examples/prefixes.csv +++ b/rpkid/examples/prefixes.csv @@ -3,9 +3,6 @@ # 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 diff --git a/rpkid/examples/roas.csv b/rpkid/examples/roas.csv index 4343ada0..e4ec3074 100644 --- a/rpkid/examples/roas.csv +++ b/rpkid/examples/roas.csv @@ -2,7 +2,4 @@ # # Syntax: <prefix>/<length>-<maxlength> <asn> <group> # -# NB: Comment lines are not allowed in these files, this one is only -# present to explain the example -# 10.3.0.44/32 666 Mom |