Page MenuHomeFreeBSD

sysutils/iocell: Allow for creating/keeping bridge interfaces
ClosedPublic

Authored by otis on Aug 24 2022, 8:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 10:30 AM
Unknown Object (File)
Fri, May 10, 7:31 PM
Unknown Object (File)
Mon, Apr 29, 7:54 PM
Unknown Object (File)
Mon, Apr 22, 8:55 AM
Unknown Object (File)
Mon, Apr 22, 8:40 AM
Unknown Object (File)
Mar 14 2024, 2:03 PM
Unknown Object (File)
Mar 14 2024, 2:03 PM
Unknown Object (File)
Mar 14 2024, 2:03 PM
Subscribers

Details

Summary

Add pull request #40 that allows for new jail parameters:

  • createbridge (default on)
  • keepbridge (default off)

createbridge controls whether the default bridge interfaces (bridge0
and bridge1) are created on jail startup if they do not exist.

keepbridge controls whether the bridge0 and bridge1 interfaces will
be destroyed on jail shutdown if they are not longer used.

Both these options prevents bridge interfaces manipulation in case
when they are being managed outside iocell.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 47101
Build 43988: arc lint + arc unit

Event Timeline

otis requested review of this revision.Aug 24 2022, 8:59 AM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 17 2022, 9:35 AM
This revision was automatically updated to reflect the committed changes.