tagging vde-2 version 2.3.2
[vde.git] / 2.3.2 / doc / bochs / eth.cc.diff
blob892dbb4bbf98d4f2b89acf764d0eb7d8805c37d3
1 72a73,75
2 > #if HAVE_VDE
3 > extern class bx_vde_locator_c bx_vde_match;
4 > #endif
5 126a130,135
6 > #if HAVE_VDE
7 > {
8 > if (!strcmp(type, "vde"))
9 > ptr = (eth_locator_c *) &bx_vde_match;
10 > }
11 > #endif
12 152c161
13 < #if (HAVE_ETHERTAP==1) || (HAVE_TUNTAP==1)
14 ---
15 > #if (HAVE_ETHERTAP==1) || (HAVE_TUNTAP==1) || (HAVE_VDE==1)