McKay1717 il y a 6 ans
Parent
commit
163b93d8d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      generate_peers.py

+ 1 - 1
generate_peers.py

@@ -49,7 +49,7 @@ for factory in gitoyen_peering_factory:
             if routeur['ipaddr4'] is not None:
                 peer[name][asn]['peerings'].append(routeur['ipaddr4'])
                 print(
-                    "Generating configuration at " + name + "for the router " + str(routeur['ipaddr4']) + " of the AS " + str(
+                    "Generating configuration at " + name + " for the router " + str(routeur['ipaddr4']) + " of the AS " + str(
                         asn) + " " + peer[name][asn]['description'])
             if routeur['ipaddr6'] is not None:
                 peer[name][asn]['peerings'].append(routeur['ipaddr6'])