aclhound icon indicating copy to clipboard operation
aclhound copied to clipboard

ACLHound

Results 12 aclhound issues
Sort by recently updated
recently updated
newest added

I don't know if this is an issue with my setup or not ... After fixing my local test runs in https://github.com/job/aclhound/pull/55, I'm getting failing tests. eg, snip of console...

Setting up ACLHound locally following the [config documentation](https://github.com/job/aclhound/blob/master/INSTALL-CONFIG.md) - some deviations from the instructions actually, but should be ok: ``` $ git clone [email protected]:job/aclhound.git $ cd aclhound $ virtualenv venv...

Is it possible to have dynamic objects in a policy? (see example) https://www.dropbox.com/s/oxb1xxlp5hgct73/Screenshot%202014-12-03%2009.53.54.png?dl=0

Can we add arista support for ACLhound? Syntax is similar to Cisco. Details for a virtual arista will be provided

Hello, folks! You have done nice work! I have similar project but with another approach: https://github.com/pavel-odintsov/FlowACL I have tried to use unified flow spec for ACL management on switched and...

At this moment we have pretty big acls which takes a hour+ to upload them to all devices, is it possible to do this with scp instead of the ssh...

Cisco ASA 9 and onwards have policies in which IPv4 and IPv6 are combined, the 'any' statement can be replaced with 'any4' and 'any6' as well. We can deal with...

The process to upload new ACLs to devices takes quite some time. It might be handy to have deploying done through multiple threads, as it's not the deploying host that's...