Radware config translation
Problem this snippet solves: This is a simple Python script that translates Radware text configuration file and outputs as config snippet and certificate files.
$ ./rad2f5
Usage: rad2f5 <filen...
Updated Jun 06, 2023
Version 3.0PeteWhite
Employee
Joined May 16, 2019
PeteWhite
Jan 21, 2019Employee
Hi Sam,
I know exactly what that is - it is a typo by me. I should have put speech marks in and left them out there and also two lines above it. You can fix this yourself by changing:
if rule in l7rules:
to:
if 'rule' in l7rules:
Do the same for
if not 'name' in l7policies:
a couplpe of lines above as well and that should fix it. I have been working on this script recently so feel free to download the latest version.