From: Lee Duncan <ldun...@suse.com>

The iscsiuio coprocess uses the uIP user-land
network stack, which is designed to work
with 8-bit non-threaded microprossers. Because
of this, the ARP table size is quite small.

When iscsiuio is using ARP and IPv6 it can
run out of ARP-table space.

This simple patch just doubles the size of the
IPv6 and IPv6 ARP tables. This is bcause the plan
is to do away with the user-land iscsiuio
process soon, anyway, so there's no use in
being more clever right now.

Lee Duncan (1):
  ARP table too small when switches involved.

 iscsiuio/src/uip/ipv6.h   | 2 +-
 iscsiuio/src/uip/uipopt.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.8.5.2

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-iscsi+unsubscr...@googlegroups.com.
To post to this group, send email to open-iscsi@googlegroups.com.
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to