On Thu, 11 Aug 2016 16:57:27 +0100
Stuart Henderson wrote:
> On 2016/06/27 13:00, Jérémie Courrèges-Anglas wrote:
> > Stuart Henderson writes:
> >
[...]
> > >
> > > Basically yes but one observation.
> >
> > I also gave my ok to vgross by IM.
> >
> > I know that some concerns have been ex
On 2016/06/27 13:00, Jérémie Courrèges-Anglas wrote:
> Stuart Henderson writes:
>
> > On 2016/06/15 19:43, Vincent Gross wrote:
> >> On Mon, 13 Jun 2016 16:49:01 +0200
> >> Vincent Gross wrote:
> >> >
> >> > While validating source address inside selection functions is the
> >> > right directio
Stuart Henderson writes:
> On 2016/06/15 19:43, Vincent Gross wrote:
>> On Mon, 13 Jun 2016 16:49:01 +0200
>> Vincent Gross wrote:
>> >
>> > While validating source address inside selection functions is the
>> > right direction, I don't think it would be a good thing to extend
>> > further in_s
On 2016/06/15 19:43, Vincent Gross wrote:
> On Mon, 13 Jun 2016 16:49:01 +0200
> Vincent Gross wrote:
> >
> > While validating source address inside selection functions is the
> > right direction, I don't think it would be a good thing to extend
> > further in_selectsrc() prototype. However it is
On Wed, Jun 15, 2016 at 07:43:37PM +0200, Vincent Gross wrote:
> rev3 below.
>
> I fixed the line length, the useless bzero(), and also the wording in
> ip.4
>
> Ok ?
OK bluhm@
>
> Index: sys/netinet/in.h
> ===
> RCS file: /cvs/sr
On Mon, 13 Jun 2016 16:49:01 +0200
Vincent Gross wrote:
>
> While validating source address inside selection functions is the
> right direction, I don't think it would be a good thing to extend
> further in_selectsrc() prototype. However it is easy to add a check
> while processing cmsg.
>
> rev
Martin Pieuchot writes:
> On 14/06/16(Tue) 13:49, Jeremie Courreges-Anglas wrote:
>> Vincent Gross writes:
>> > On Mon, 13 Jun 2016 19:57:15 +0200
>> > Jeremie Courreges-Anglas wrote:
>> >> Vincent Gross writes:
>> >> > Le Mon, 13 Jun 2016 07:35:16 +0200,
>> >> > j...@wxcvbn.org (Jeremie Courr
On 14/06/16(Tue) 13:49, Jeremie Courreges-Anglas wrote:
> Vincent Gross writes:
> > On Mon, 13 Jun 2016 19:57:15 +0200
> > Jeremie Courreges-Anglas wrote:
> >> Vincent Gross writes:
> >> > Le Mon, 13 Jun 2016 07:35:16 +0200,
> >> > j...@wxcvbn.org (Jeremie Courreges-Anglas) a écrit :
> >> >> j..
Vincent Gross writes:
> On Mon, 13 Jun 2016 19:57:15 +0200
> Jeremie Courreges-Anglas wrote:
>
>> Vincent Gross writes:
>>
>> > Le Mon, 13 Jun 2016 07:35:16 +0200,
>> > j...@wxcvbn.org (Jeremie Courreges-Anglas) a écrit :
>> >
>> >> j...@wxcvbn.org (Jeremie Courreges-Anglas) writes:
>> >>
On Mon, 13 Jun 2016 19:57:15 +0200
Jeremie Courreges-Anglas wrote:
> Vincent Gross writes:
>
> > Le Mon, 13 Jun 2016 07:35:16 +0200,
> > j...@wxcvbn.org (Jeremie Courreges-Anglas) a écrit :
> >
> >> j...@wxcvbn.org (Jeremie Courreges-Anglas) writes:
> >>
> >> > cc'ing sthen since he also h
Vincent Gross writes:
> Le Mon, 13 Jun 2016 07:35:16 +0200,
> j...@wxcvbn.org (Jeremie Courreges-Anglas) a écrit :
>
>> j...@wxcvbn.org (Jeremie Courreges-Anglas) writes:
>>
>> > cc'ing sthen since he also has interest in IP_SENDSRCADDR
>> >
>> > Jeremie Courreges-Anglas writes:
>> >
>> >> Vi
Le Mon, 13 Jun 2016 07:35:16 +0200,
j...@wxcvbn.org (Jérémie Courrèges-Anglas) a écrit :
> j...@wxcvbn.org (Jeremie Courreges-Anglas) writes:
>
> > cc'ing sthen since he also has interest in IP_SENDSRCADDR
> >
> > Jeremie Courreges-Anglas writes:
> >
> >> Vincent Gross writes:
> >>
> >>> Th
Vincent Gross writes:
> On Sun, 12 Jun 2016 15:29:32 +0200 (CEST)
> Mark Kettenis wrote:
>
>> > Date: Sun, 12 Jun 2016 14:59:55 +0200
>> > From: Vincent Gross
>> >
>> > This diff adds support for IP_SENDSRCADDR cmsg on UDP sockets. As
>> > for udp6_output(), we check that the source address+po
> Am 12.06.2016 um 16:36 schrieb Vincent Gross :
>
> On Sun, 12 Jun 2016 15:29:32 +0200 (CEST)
> Mark Kettenis wrote:
>
>>> Date: Sun, 12 Jun 2016 14:59:55 +0200
>>> From: Vincent Gross
>>>
>>> This diff adds support for IP_SENDSRCADDR cmsg on UDP sockets. As
>>> for udp6_output(), we check t
On Sun, 12 Jun 2016 15:29:32 +0200 (CEST)
Mark Kettenis wrote:
> > Date: Sun, 12 Jun 2016 14:59:55 +0200
> > From: Vincent Gross
> >
> > This diff adds support for IP_SENDSRCADDR cmsg on UDP sockets. As
> > for udp6_output(), we check that the source address+port is
> > available only if inp_la
> Date: Sun, 12 Jun 2016 14:59:55 +0200
> From: Vincent Gross
>
> This diff adds support for IP_SENDSRCADDR cmsg on UDP sockets. As for
> udp6_output(), we check that the source address+port is available only
> if inp_laddr != *
>
> Ok ?
Why do we need this? cmsg stuff is fragile, so we want t
This diff adds support for IP_SENDSRCADDR cmsg on UDP sockets. As for
udp6_output(), we check that the source address+port is available only
if inp_laddr != *
Ok ?
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index 111432b..154b0d1 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/i
17 matches
Mail list logo