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)
Sun, Feb 23, 9:02 PM
Unknown Object (File)
Sat, Feb 22, 2:28 PM
Unknown Object (File)
Sat, Feb 22, 1:37 PM
Unknown Object (File)
Sat, Feb 22, 1:29 PM
Unknown Object (File)
Fri, Feb 21, 10:29 AM
Unknown Object (File)
Fri, Feb 21, 6:55 AM
Unknown Object (File)
Mon, Feb 17, 5:30 PM
Unknown Object (File)
Thu, Feb 13, 12:32 AM
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.