ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/ether_emu.C
(Generate patch)

Comparing gvpe/src/ether_emu.C (file contents):
Revision 1.6 by pcg, Tue Apr 26 00:55:56 2005 UTC vs.
Revision 1.7 by pcg, Sun Dec 2 00:45:42 2007 UTC

25 25
26#include "vpn.h" 26#include "vpn.h"
27 27
28extern struct vpn network; 28extern struct vpn network;
29 29
30struct ether_emu : map<u32, int> { 30struct ether_emu : map<u32, int>
31{
31 typedef map<u32, int> ipv4map; 32 typedef map<u32, int> ipv4map;
32 ipv4map ipv4; 33 ipv4map ipv4;
33 34
34 bool tun_to_tap (tap_packet *pkt); 35 bool tun_to_tap (tap_packet *pkt);
35 bool tap_to_tun (tap_packet *pkt); 36 bool tap_to_tun (tap_packet *pkt);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines