shawndcorn

Results 1 issues of shawndcorn

I have a number of VLAN interfaces and they were always out of order. I fixed it by modifying the get_active_rules() with the following sort method: rules.sort(key=lambda x: x["name"]) Now...