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)
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
Unknown Object (File)
Mar 14 2024, 1:50 PM
Unknown Object (File)
Feb 28 2024, 7:32 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
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.