Skip to content

Commit

Permalink
BFP->BPF in Documentation/networking/tuntap.txt
Browse files Browse the repository at this point in the history
BFP should be BPF (BSD Packet Filter)

Signed-off-by: Cal Peake <cp@absolutedigital.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Cal Peake authored and Adrian Bunk committed Mar 31, 2006
1 parent 6585fa8 commit 3d79c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/networking/tuntap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d79c33

Please sign in to comment.