Re: [PATCHv2 bluetooth-next 04/10] ndisc: add addr_len parameter to ndisc_opt_addr_space

2016-05-18 Thread Michael Richardson
.4 specific stuff is fine for now, and we can figure out it might need generalization later on. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.s

Re: drop all fragments inside tx queue if one gets dropped

2016-04-20 Thread Michael Richardson
eral: this kind of operation would also benefit sending large UDP packets over ethernet when we have to do IP-layer fragmentation. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ]

Re: drop all fragments inside tx queue if one gets dropped

2016-04-21 Thread Michael Richardson
to have. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ signature.asc Description: PGP signature

Re: netdevice notifier and device private data

2018-06-08 Thread Michael Richardson
tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ signature.asc Description: PGP signature

Re: netdevice notifier and device private data

2018-06-09 Thread Michael Richardson
l. Maybe they are just foobar. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ signature.asc Description: PGP signature

Re: netdevice notifier and device private data

2018-06-10 Thread Michael Richardson
have a check if you really have a 6LoWPAN > interface. > - Alex > [0] > https://github.com/openthread/wpantund/blob/master/src/util/tunnel.c#L180 > [1] https://github.com/reubenhwk/radvd/blob/master/device-linux.c#L75 -- Michael Richardson , Sandelman Software Works -= IPv6 IoT consulting =- signature.asc Description: PGP signature

Re: bluetooth 6lowpan interfaces are not virtual anymore

2017-04-18 Thread Michael Richardson
protocol like pre-IP Zigbee on one PANID while one runs 6lowpan on another. THEN, a virtual interface would make sense for the same reason VLAN interfaces make sense. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Wor

Re: bluetooth 6lowpan interfaces are not virtual anymore

2017-04-26 Thread Michael Richardson
a certain point, we have a better idea what the various requirements are, and can we re-evaluate things and maybe tweak some things. -- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works| network architect [ ] m...@sandelman.ca http://www.sandelman.ca/| ruby on rails[ signature.asc Description: PGP signature

Re: bluetooth 6lowpan interfaces are not virtual anymore

2017-04-26 Thread Michael Richardson
ackets that were half-sent, but then delayed. Is there someway we can wait, at the IP packet queue level, until there are sufficient credits to send all the fragments? That way, the IP qdisc layer can decide to abort(drop,defer) an IP packet from the queue in favour of a more important packet.

[PATCH 01/02] change fwmark code to document use of attribute

2006-02-20 Thread Michael Richardson
the ip rule functions do not declare their own message attributes for fwmark functionality, but rather (ab)use attributes defined for other purposes. This patch just better abstracts the relationship and documents it with a #define Sign-off-by: Michael Richardson <[EMAIL PROTEC

[PATCH] iproute2 -- add fwmarkmask

2006-02-20 Thread Michael Richardson
{see discussion about RTA_FWMARK in other posting} diff-tree 573e55d29ef2f014218508d01eee678d82c7c9b7 (from cb420780b79a1d6f5db2082bdac0b310dbc5ebcc) Author: Michael Richardson <[EMAIL PROTECTED]> Date: Mon Feb 20 10:21:05 2006 -0500 this patch adds a mask operation to the fwmar

[PATCH 02/02] add mask options to fwmark masking code

2006-02-20 Thread Michael Richardson
0 is equivalent to a mask of 0x. Sign-off-by: Michael Richardson <[EMAIL PROTECTED]> --- include/linux/rtnetlink.h |1 + net/ipv4/fib_rules.c | 19 +-- 2 files changed, 18 insertions(+), 2 deletions(-) bcdda64a16d4dfda6d95452bbf8541999121831a diff --gi

Re: [PATCH 01/02] change fwmark code to document use of attribute

2006-02-20 Thread Michael Richardson
27;m happy with that. I guess that's the style further down. I'll regenerate the patch? Who is the prime on this file? - -- ] ON HUMILITY: to err is human. To moo, bovine. | firewalls [ ] Michael Richardson,Xelerance Corporation, Ottawa, ON|net architect[ ] [E

Re: [PATCH 02/02] add mask options to fwmark masking code

2006-02-23 Thread Michael Richardson
it with git-format-patch. Maybe there are tabs that emacs screwed up. - -- ] ON HUMILITY: to err is human. To moo, bovine. | firewalls [ ] Michael Richardson,Xelerance Corporation, Ottawa, ON|net architect[ ] [EMAIL PROTECTED] http://www.sandelman.ottawa.on.ca/mcr/

Re: [PATCH] iproute2 -- add fwmarkmask

2006-02-23 Thread Michael Richardson
fwmarkmask to be a value? - -- ] ON HUMILITY: to err is human. To moo, bovine. | firewalls [ ] Michael Richardson,Xelerance Corporation, Ottawa, ON|net architect[ ] [EMAIL PROTECTED] http://www.sandelman.ottawa.on.ca/mcr/ |device driver[ ] panic("Just another Debian GNU/

"David W. Hankins": Linux BSD sockets.

2006-03-12 Thread Michael Richardson
--- Begin Message --- I recently got a bug in my ear to try and get multiple-dhclients to work on separate interfaces under Linux (a one-daemon-per-interface model). Could use some advice from the linux masters (Jason, Andrew?) if you can spare some time for me. Another motivation is trying to ki

Simon Kelley: Re: Linux BSD sockets.

2006-03-12 Thread Michael Richardson
(I won't forward more stuff unless asked to) --- Begin Message --- Michael Richardson wrote: > > >>>>>>>"Simon" == Simon Kelley <[EMAIL PROTECTED]> writes: > > Simon> The alternative if LPF which is adopted by most clients, >