Hi All,

I was looking at the network namespaces implementation for ARP, and I was 
wondering why the struct net abstraction was done in the core neighbour 
functions, and not at the struct neigh_table arp_tbl level (i.e. one arp_tbl 
per namespace)?

One problem I could find with the current implementation is that the "struct 
neigh_statistics *stats" are global for all namespaces, whereas you might want 
to see these statistics per namespace.

It would be nice if I could get some insight in some of the design decisions, 
as I'm new to this area...

Thanks,


Eelco


________________________________
DISCLAIMER:
This e-mail and any attachments to it may contain confidential and proprietary 
material and is solely for the use of the intended recipient. Any review, use, 
disclosure, distribution or copying of this transmittal is prohibited except by 
or on behalf of the intended recipient. If you have received this transmittal 
in error, please notify the sender and destroy this e-mail and any attachments 
and all copies, whether electronic or printed.
_______________________________________________
Containers mailing list
[EMAIL PROTECTED]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
Devel@openvz.org
https://openvz.org/mailman/listinfo/devel

Reply via email to