Parsing Fortigate configuration in Python
Had to parse some Fortinet configuration in python so here is my solution: from collections import defaultdict from p...
Had to parse some Fortinet configuration in python so here is my solution: from collections import defaultdict from p...