• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

freebsd / iocage / 12059028412
8%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2024 10:15PM UTC
Jobs 2
Files 57
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Nov 2024 10:15PM UTC coverage: 7.746%. Remained the same
12059028412

push

github

web-flow
ioc_start.py: allow setting IP address on lo0 (#48)

* 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 #44

* ioc_start.py: allow setting IP address on lo0

Currently, iocage ignores IP addresses given for the loopback interface
lo0 that exists by default in a VNET jail. Adding addresses to that
interface can be useful, for instance to implement rfc7404 addressing
where link-local addresses are used for interconnections, and routable
addresses are set on loopback interfaces.

This commit enables setting additional addresses on the lo0 interface
using the usual ip4_addr or ip6_addr settings.
For instance: ip4_addr='lo0|192.168.2.10'

Closes #46

---------

Co-authored-by: dgeo <dgeo@users.noreply.github.com>

58 of 3259 branches covered (1.78%)

Branch coverage included in aggregate %.

0 of 2 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

799 of 7805 relevant lines covered (10.24%)

0.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12059028412.1 27 Nov 2024 10:15PM UTC 0
8.13
2 12059028412.2 27 Nov 2024 10:15PM UTC 0
8.12
Source Files on build 12059028412
Detailed source file information is not available for this build.
  • Back to Repo
  • 0703fb5c on github
  • Prev Build on master (#12027166335)
  • Next Build on master (#12085176560)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc