File: eth.cc.diff

package info (click to toggle)
vde2 2.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,640 kB
  • sloc: ansic: 27,447; sh: 11,201; makefile: 413; cpp: 241; python: 107
file content (15 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
72a73,75
> #if HAVE_VDE
> extern class bx_vde_locator_c bx_vde_match;
> #endif
126a130,135
> #if HAVE_VDE
>   {
>     if (!strcmp(type, "vde"))    
>       ptr = (eth_locator_c *) &bx_vde_match;
>   }
> #endif
152c161
< #if (HAVE_ETHERTAP==1) || (HAVE_TUNTAP==1)
---
> #if (HAVE_ETHERTAP==1) || (HAVE_TUNTAP==1) || (HAVE_VDE==1)