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

ioc_start.py: allow 'none' bridge in interfaces #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 19, 2024

  1. ioc_start.py: allow 'none' bridge in interfaces

    Iocage currently expects interfaces to be specified in the nic:bridge
    format, where bridge cannot be none. This results in iocage always
    creating a bridge to which VNET jail epair interfaces are added as
    members.
    
    In a scenario where the user wants jails to be isolated on the data-link
    layer (OSI layer 2 / Ethernet) and use the host as a router, this bridge
    is unnecessery. It can also result in illegitimate cross-jail traffic
    being allowed, since pf filtering on bridge interfaces is disabled by
    default on FreeBSD systems (net.link.bridge.pfil_bridge=0).
    
    Closes freebsd#44
    Defenso-QTH committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d48f123 View commit details
    Browse the repository at this point in the history