[Bug 206012] jail(8): Cannot assign link-local IPv6 address to a jail
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Apr 2023 15:39:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206012 Siva Mahadevan <me@svmhdvn.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me@svmhdvn.name --- Comment #6 from Siva Mahadevan <me@svmhdvn.name> --- What's the current status on this? I'm trying to setup jails with the following syntax and it gave me errors of the form "ip6.addr: not an IPv6 address: fe80::2%re0" where re0 is the interface name of my ethernet link. in /etc/jail.conf: jailname { ip6.addr = "re0|fe80::1%re0/64"; } I had to resort to doing `ip6.addr = "re0|fe80:<volatile scope numeric id>::1/64`; to make it work. -- You are receiving this mail because: You are the assignee for the bug.