[Ntop-dev] r3480 - trunk/n2n
svn-commit at ntop.org
svn-commit at ntop.org
Fri May 9 14:39:59 CEST 2008
Author: andrews
Date: 2008-05-09 14:39:59 +0200 (Fri, 09 May 2008)
New Revision: 3480
Modified:
trunk/n2n/HACKING
trunk/n2n/README
trunk/n2n/edge.8
trunk/n2n/edge.c
trunk/n2n/n2n.c
trunk/n2n/n2n.h
trunk/n2n/tuntap_linux.c
trunk/n2n/tuntap_osx.c
Log:
--------
Modified Files
A n2n.h
A n2n.c
A edge.c
B tuntap_linux.c
C tuntap_osx.c
D README
D edge.8
E HACKING
--------
A: Basic code for passing MAC address to tuntap_open. Added -m <MAC address>
option to edge. Pass NULL pointer to allow random MAC selection.
B: Linux implementation of ifconfig command line to set MAC address before
bringing up interface.
C: WARNING: UNTESTED. OS X implementation of B. I have guessed this so someone
with OS X will need to figure out how to do this properly.
D: Updated documentation to reflect the new command line option to edge.
E: Man page creation instructions in HACKING
More information about the Ntop-dev
mailing list