diff options
author | Rob Austein <sra@hactrn.net> | 2014-05-29 01:13:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-05-29 01:13:42 +0000 |
commit | cbbedea716d7cc4cc69206d041c0b326599ac7b1 (patch) | |
tree | 4baff54c3361fcc8c4ab9d9258f2fd5c799433ec /rp | |
parent | 0606e7af8b08b5eabe2b3ce5720a07a14a09ad48 (diff) |
New find_roa is picker about prefix syntax than the old version. Not
really sure whether this is a feature or a bug, but hack test cases to
be prefixes on the assumption that it's a feature.
svn path=/trunk/; revision=5841
Diffstat (limited to 'rp')
-rw-r--r-- | rp/utils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rp/utils/Makefile.in b/rp/utils/Makefile.in index 2e8a541f..c477f135 100644 --- a/rp/utils/Makefile.in +++ b/rp/utils/Makefile.in @@ -25,7 +25,7 @@ distclean:: clean RSYNC_AUTH_DIR = ${abs_top_builddir}/rp/rcynic/rcynic-data/authenticated HASHDIR_OUTPUT = hashed-pem-dir -TARGET_PREFIXES = 10.3.0.44 10.2.0.6 10.0.0.0/24 +TARGET_PREFIXES = 10.3.0.44/32 10.2.0.6/32 10.0.0.0/24 test:: if test -d ${RSYNC_AUTH_DIR}; \ |