From afb06330d3b3f6fdeb32012ee8626d88ba2ed381 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 3 Jul 2014 16:55:02 +0000 Subject: Convert to current IETF I-D version of publication protocol. See #705. svn path=/branches/tk705/; revision=5881 --- ca/tests/bgpsec-yaml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ca/tests/bgpsec-yaml.py') diff --git a/ca/tests/bgpsec-yaml.py b/ca/tests/bgpsec-yaml.py index fafaf7bd..32388056 100755 --- a/ca/tests/bgpsec-yaml.py +++ b/ca/tests/bgpsec-yaml.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # $Id$ -# +# # Copyright (C) 2014 Dragon Research Labs ("DRL") # # Permission to use, copy, modify, and distribute this software for any @@ -28,7 +28,7 @@ import yaml root = "Root" -def kid(n): +def kid(n): # pylint: disable=W0621 name = "ISP-%03d" % n ipv4 = "10.%d.0.0/16" % n asn = n -- cgit v1.2.3