mirror of
https://github.com/VitaAetaerna/SubnetExerciseGenerator.git
synced 2025-01-18 16:41:35 +01:00
exit func
This commit is contained in:
parent
a949633876
commit
fccd0ce51d
2
main.py
2
main.py
@ -153,3 +153,5 @@ if __name__ == '__main__':
|
|||||||
print("Network {}: NID: {} BC: {}".format(listnetwork, printDotted(subnet.get("nid")), printDotted(subnet.get("bc"))))
|
print("Network {}: NID: {} BC: {}".format(listnetwork, printDotted(subnet.get("nid")), printDotted(subnet.get("bc"))))
|
||||||
print("\nSubnets:")
|
print("\nSubnets:")
|
||||||
listSubnets(ip, prefix, newprefix)
|
listSubnets(ip, prefix, newprefix)
|
||||||
|
input("\nPress enter to exit\n")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user