From 0d2a34d3c2cf80e4339fe8c942c9504bb42a44d2 Mon Sep 17 00:00:00 2001 From: Cal Peake Date: Sat, 1 Apr 2006 01:46:12 +0200 Subject: [PATCH] --- yaml --- r: 25209 b: refs/heads/master c: 3d79c33bbd1dd12d420fd84facfd0ba96261e595 h: refs/heads/master i: 25207: 8ecfce7b6cf9f46675f3190016e9d414b2f2b84d v: v3 --- [refs] | 2 +- trunk/Documentation/networking/tuntap.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c643713ebb60..dfe77230c98d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6585fa8aa58c7cd9f90f1c795a9dfc8db5f13906 +refs/heads/master: 3d79c33bbd1dd12d420fd84facfd0ba96261e595 diff --git a/trunk/Documentation/networking/tuntap.txt b/trunk/Documentation/networking/tuntap.txt index ec3d109d787a..76750fb9151a 100644 --- a/trunk/Documentation/networking/tuntap.txt +++ b/trunk/Documentation/networking/tuntap.txt @@ -138,7 +138,7 @@ This means that you have to read/write IP packets when you are using tun and ethernet frames when using tap. 5. What is the difference between BPF and TUN/TAP driver? -BFP is an advanced packet filter. It can be attached to existing +BPF is an advanced packet filter. It can be attached to existing network interface. It does not provide a virtual network interface. A TUN/TAP driver does provide a virtual network interface and it is possible to attach BPF to this interface.