[mythtv-commits] Ticket #10921: FE/BE connection doesn't work using Link Local IPv6 addresses

MythTV noreply at mythtv.org
Sun Jun 1 15:54:23 UTC 2014


#10921: FE/BE connection doesn't work using Link Local IPv6 addresses
-----------------------------------+----------------------------
 Reporter:  Jan Schneider <jan@…>  |          Owner:  wagnerrp
     Type:  Bug Report - General   |         Status:  closed
 Priority:  minor                  |      Milestone:  0.27
Component:  MythTV - General       |        Version:  0.25-fixes
 Severity:  medium                 |     Resolution:  fixed
 Keywords:                         |  Ticket locked:  0
-----------------------------------+----------------------------
Changes (by Jean-Yves Avenard <jyavenard@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"5594a6f32e73b0519b556b63983786a01a0f2228/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="5594a6f32e73b0519b556b63983786a01a0f2228"
 Make Frontend/Backend connection works when BE is set to use IPv6 link-
 local address

 BackendServerIP6 has created by mythtv-setup will contain the scope Id.
 That scope id is only valid on the machine mythtv-setup was run on.
 We must remove that scope id before attempting to use it, as otherwise the
 connection would fail.

 IPv6 link-local addresses do cause a problem has all network interfaces
 have one. We attempt to determine the scope id by trying to connect to the
 backend using each active interfaces. Once the scope Id is found, we cache
 it for later use.

 This fixes #10921
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/10921#comment:6>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list