Martin Hauser

Results 34 comments of Martin Hauser

Hi @arthanson, just following up on this PR from a little while back. I'd really appreciate your review whenever it fits into your schedule. Thank you very much for your...

Thanks for the request and the concrete ACL example! There was prior work in a branch (thanks, @cruse1977!), but the codebase has changed quite a bit since then, so a...

Hi everyone, Thanks for the suggestion! I've looked into the feasibility of supporting a customizable CSV delimiter. While the idea makes a lot of sense - especially for locales where...

I'd like to contribute this enhancement. Could you please assign the issue to me? Thanks!

I encountered this issue while developing a test case to validate the uniqueness of ACL assignments. The root cause appears to be an incorrect `unique_together` constraint in the model configuration....

Thanks for bringing that up, @cruse1977! You’re absolutely right that a lot of folks want to bind both an IPv4 ACL and an IPv6 ACL on the same interface/direction. I’m...

### Proposal To support this while still enforcing uniqueness, one possible solution is to introduce an `address_family` field to `ACLInterfaceAssignment`, with values like `"ipv4"` or `"ipv6"`. This field could be...

_Note: This is a draft PR._ I rebased the work by @ryanmerolle from PR #134, cleaned up the codebase, and added additional tests. I'll be adding tests for ACLStandardRule and...

I included a fix for Bug #258, as it was necessary to properly test the uniqueness of Interface and Direction. Additionally, I cleaned up the model files `access_lists.py` and `access_list_rules.py`...

Hi @cruse1977, Thank you again for taking the time to review this PR. I wanted to mention that I’m happy to break out some of the enhancements and housekeeping changes...