Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ACLs for bridge NIC device when using nftables driver. #1225

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. doc/network_acl: ACL for bridge NIC device

    Support for ACLs for bridge NIC device when using nftables driver.
    
    Signed-off-by: Mike Robski <[email protected]>
    mikerobski committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    90772fa View commit details
    Browse the repository at this point in the history
  2. api: ACL support for bridge NIC device

    Support for security.acls* fields for bridge NIC device when using nftables driver.
    
    Signed-off-by: Mike Robski <[email protected]>
    mikerobski committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    eacae56 View commit details
    Browse the repository at this point in the history
  3. incusd/server/firewall: ACL for bridge NIC device

    Support for ACLs for bridge NIC device when using nftables driver.
    Modified nftable template to allow combining fitering and ACL rules.
    Updated ACL processing to detect bridge NIC devices with ACL applied and re-generate nftable if the instance is running.
    
    Signed-off-by: Mike Robski <[email protected]>
    mikerobski committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    654b156 View commit details
    Browse the repository at this point in the history
  4. tests: nftable test with ACL rules

    Support for ACLs for bridge NIC device when using nftables driver.
    
    Signed-off-by: Mike Robski <[email protected]>
    mikerobski committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ea2bcd2 View commit details
    Browse the repository at this point in the history