[Bug 232018] [PATCH][bhyve] Add IPv6 support to VNC frame buffer server

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 6 23:39:14 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232018

            Bug ID: 232018
           Summary: [PATCH][bhyve] Add IPv6 support to VNC frame buffer
                    server
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: northwoodlogic.free at gmail.com

Created attachment 197853
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197853&action=edit
Support IPv6 in bhyve VNC server

This patch adds IPv6 support to bhyve VNC server.

It supports binding to all addrs via wildcard, a specific addr, or link local
addr including zone identifier. If the "tcp" option is omitted then the
existing default behavior or binding on 127.0.0.1:5900 is preserved.

IPv6 addresses are specified within square brackets in accordance with RFC
2732, "Format for Literal IPv6 Addresses in URL's". The reason for this is to
disambiguate the colon separating the IP addr and port number.

IPv4/IPv6 connectivity was tested using TigerVNC with this patch applied to
both FreeBSD 11.2 and CURRENT (as of this morning).

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


More information about the freebsd-bugs mailing list