CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/08 02:40:29
Modified files:
sys/net : if_tun.c pipex.c pipex.h pipex_local.h
Log message:
pipex didn't work on output. Fixed following problems:
- pipex failed to lookup the radix tree because address and netmask
were not initialized.
- pipex used wrong place as a ip header because it didn't adjust
32bit address family header that are added at tun_output.
