Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.9.3p2) with ESMTP id XAA00675; Tue, 20 Dec 2005 23:08:55 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id jBL48p1K028137; Tue, 20 Dec 2005 23:08:51 -0500 (EST) Received: from [18.101.0.226] ([18.101.0.226]) (authenticated bits=0) (User authenticated as raeburn@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.1/8.12.4) with ESMTP id jBL48hN0001118 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Tue, 20 Dec 2005 23:08:44 -0500 (EST) In-Reply-To: References: MIME-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4C413AB6-FA42-4B24-BCBC-720DEDE15644@mit.edu> Cc: rt-comment@krbdev.mit.edu Content-Transfer-Encoding: 7bit From: Ken Raeburn Subject: Re: [krbdev.mit.edu #3306] kdc sends udp replies from wrong addresses, does not listen on loopback interface Date: Tue, 20 Dec 2005 23:08:44 -0500 To: Denis Vlasenko X-Mailer: Apple Mail (2.746.2) X-Spam-Score: 1.217 X-Spam-Level: * (1.217) X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 465 The IP_PKTINFO code looks good, at first glance; I've been wanting to do the IPV6_PKTINFO bit for a long time, but didn't know about IP_PKTINFO. (Is it implemented anywhere other than Linux?) I'm a bit concerned about simply extending the RPC code to IPv6, especially where IPv4 address structures are part of the API; we should see what Sun's doing in that regard. But the KDC functionality upgrade shouldn't be a problem. Thanks for the patch! Ken