Re: [PATCH] Add IPV6_RECVDSTPORT socket option

2012-09-17 Thread Alexander Bluhm
On Mon, Sep 17, 2012 at 02:52:42PM +0200, YASUOKA Masahiko wrote: > ok to commit? OK bluhm@ > comment? > > On Fri, 07 Sep 2012 16:13:53 +0900 > UMEZAWA Takeshi wrote: > > Hello, > > > > I have added IPV6_RECVDSTPORT socket option, which enables us to get > > original (= before divert) destinat

Re: [PATCH] Add IPV6_RECVDSTPORT socket option

2012-09-17 Thread YASUOKA Masahiko
ok to commit? comment? On Fri, 07 Sep 2012 16:13:53 +0900 UMEZAWA Takeshi wrote: > Hello, > > I have added IPV6_RECVDSTPORT socket option, which enables us to get > original (= before divert) destination port of a UDP packet. The way to > use this option is same as IP_RECVDSTPORT. > > The value

[PATCH] Add IPV6_RECVDSTPORT socket option

2012-09-07 Thread UMEZAWA Takeshi
Hello, I have added IPV6_RECVDSTPORT socket option, which enables us to get original (= before divert) destination port of a UDP packet. The way to use this option is same as IP_RECVDSTPORT. The values of IPV6_RECVDSTPORT and IN6P_RECVDSTPORT are temporary. --