Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jan 2020 17:05:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243193] ipv6_cpe_wanif not honored by /etc/rc.d/netoptions when run in VNET jail
Message-ID:  <bug-243193-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243193

            Bug ID: 243193
           Summary: ipv6_cpe_wanif not honored by /etc/rc.d/netoptions
                    when run in VNET jail
           Product: Base System
           Version: 11.3-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: bugs@FreeBSD.org
          Reporter: mops@punkt.de

This config variable was introduced to allow a host that is configured as an
IPv6 gateway to receive uplink address and default GW via SLAAC nonetheless.
Works as designed except when run in a jail.
Common scenario here is an OpenVPN gateway in a jail with VNET.

Cause:

# KEYWORD: nojail

in /etc/rc.d/netoptions

Proposed fix:


--- netoptions.orig     2020-01-08 18:03:02.870698092 +0100
+++ netoptions  2020-01-08 17:49:38.039483490 +0100
@@ -6,7 +6,7 @@
 # PROVIDE: netoptions
 # REQUIRE: FILESYSTEMS
 # BEFORE: netif
-# KEYWORD: nojail
+# KEYWORD: nojailvnet

 . /etc/rc.subr
 . /etc/network.subr


Kind regards,
Patrick

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243193-227>