Author: andrews Date: 2008-04-07 15:33:14 +0200 (Mon, 07 Apr 2008) New Revision: 3463
Modified: trunk/n2n/edge.c trunk/n2n/n2n.c trunk/n2n/n2n.h trunk/n2n/supernode.c trunk/n2n/tuntap_linux.c Log: ------- M n2n.h Debug and production #define constants for registrations. ------- M edge.c Removed unnecessary memset (calloc does the job). Registration tweaks. Remove unnecessary memset() which I added by mistake. Added detection and dropping of IPv6 neighbour discovery packets. Easily disabled if anyone is routing IPv6 over n2n. Generates a prominent WARNING when dropping said packets. Consistent N2N and L2 packet Rx and Tx tracing messages. Added default tunnel interface name of edge0. ------- M n2n.c Consistent N2N and L2 packet Rx and Tx tracing messages. Tracing message readability (alignment). ------- M supernode.c Registration tracing and update tweaks. Send gratuitous ARP packets after each REGISTER to supernode. ------- M tuntap_linux.c Code comments typo. _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
