FreeBSD Bugzilla – Attachment 212755 Details for
Bug 245102
jail(8) fails to parse ipv6 addr correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Jail configuration that manifests the error.
jail.conf (text/plain), 939 bytes, created by
Sean Bruno
on 2020-03-27 15:15:45 UTC
(
hide
)
Description:
Jail configuration that manifests the error.
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2020-03-27 15:15:45 UTC
Size:
939 bytes
patch
obsolete
>root@thunderx2.nyi:/home/sbruno # cat /var/run/jail.ref13-aarch64.conf ># Generated by rc.d/jail at 2020-03-26 16:37:25 >ref13-aarch64 { > host.hostname = "ref13-aarch64.freebsd.org"; > path = "/j/jails/ref13-aarch64"; > interface = "vnic2"; > ip4.addr += "lo1|127.0.1.150/32"; > ip4.addr += "vnic2|96.47.72.150/32"; > ip6.addr += "vnic2|2610:1c1:1:6074::16:96/128"; > exec.start += "sleep 2 "; > allow.raw_sockets = 0; > exec.clean; > exec.system_user = "root"; > exec.jail_user = "root"; > exec.start += "/bin/sh /etc/rc"; > exec.stop = "/bin/sh /etc/rc.shutdown jail"; > exec.consolelog = "/var/log/jail_ref13-aarch64_console.log"; > mount.devfs; > mount.fdescfs; > allow.set_hostname = 0; > allow.sysvipc = 0; > enforce_statfs = "2"; > enforce_statfs=1; > osrelease=13.0-CURRENT; > osreldate=1300084; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 245102
:
212755
|
212756