Re: dhcp with /etc/network/interfaces

2016-09-27 Thread Denys Vlasenko
On Mon, Sep 26, 2016 at 9:32 PM, David Henderson wrote: > On 9/26/16, Denys Vlasenko wrote: >> On Mon, Sep 26, 2016 at 5:51 PM, David Henderson >> wrote: >>> Just following up with this... >> >> You have some

Re: ifup/down broken!!!

2016-09-27 Thread Denys Vlasenko
On Tue, Sep 27, 2016 at 2:44 PM, David Henderson wrote: > On 9/27/16, dietmar.schind...@manroland-web.com > wrote: >>> Von: David Henderson >>> Gesendet: Montag, 26. September 2016 17:04 >>> >>> ... The script is as follows: >>>

Re: [RFC] CIFS: Make sure IPv6 host uses numeric scope

2016-09-27 Thread Denys Vlasenko
On Tue, Sep 27, 2016 at 9:07 AM, Per Förlin wrote: > Hi, > > Thanks for getting back to me. > > I'm sorry for being unclear. Before we go into details I would like to make > another attempt > to describe my case for from the beginning. > > Definition of scope-id in this

Re: dhcp with /etc/network/interfaces

2016-09-27 Thread David Henderson
Just following up with this... Thanks, Dave On 9/26/16, David Henderson wrote: > On 9/26/16, Denys Vlasenko wrote: >> On Mon, Sep 26, 2016 at 5:51 PM, David Henderson >> wrote: >>> Just following up with

Re: ifup/down broken!!!

2016-09-27 Thread David Henderson
On 9/27/16, dietmar.schind...@manroland-web.com wrote: >> Von: David Henderson >> Gesendet: Montag, 26. September 2016 17:04 >> >> ... The script is as follows: >> >> #!/bin/sh >> # >> # DEBUG >> echo 'resolv.conf' > /tmp/debug.ifup >> env >> /tmp/debug.ifup

[PATCH] Fix inconsistent packet size argument for IPv6

2016-09-27 Thread Francis Rounds
When traceroute is used on an IPv4 address, the "BYTES" argument designates the size of the packet sent, so its minimum value is 46 bytes (20 bytes for the IPv4 header, 8 bytes for the UDP or ICMP header and 18 bytes for the traceroute payload). When traceroute is used on an IPv6 address,

Re: [RFC] CIFS: Make sure IPv6 host uses numeric scope

2016-09-27 Thread Per Förlin
Hi, Thanks for getting back to me. I'm sorry for being unclear. Before we go into details I would like to make another attempt to describe my case for from the beginning. Definition of scope-id in this context. man ipv6: “ sin6_scope_id is an ID depending on the scope of the address. It is

AW: ifup/down broken!!!

2016-09-27 Thread dietmar.schindler
> Von: David Henderson > Gesendet: Montag, 26. September 2016 17:04 > > ... The script is as follows: > > #!/bin/sh > # > # DEBUG > echo 'resolv.conf' > /tmp/debug.ifup > env >> /tmp/debug.ifup > > # everything below this point was added recently > CONFIG='' > > # this segment was what was