projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6585fa8
)
BFP->BPF in Documentation/networking/tuntap.txt
author
Cal Peake
<
[email protected]
>
Fri, 31 Mar 2006 23:46:12 +0000
(
01:46
+0200)
committer
Adrian Bunk
<
[email protected]
>
Fri, 31 Mar 2006 23:46:12 +0000
(
01:46
+0200)
BFP should be BPF (BSD Packet Filter)
Signed-off-by: Cal Peake <
[email protected]
>
Signed-off-by: Adrian Bunk <
[email protected]
>
Documentation/networking/tuntap.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/tuntap.txt
b/Documentation/networking/tuntap.txt
index ec3d109d787a42ca07f3ef60e94d8fcb888e6a2f..76750fb9151a1ab79526591edb355dba167bb1ce 100644
(file)
--- a/
Documentation/networking/tuntap.txt
+++ b/
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?
-B
FP
is an advanced packet filter. It can be attached to existing
+B
PF
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.