diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2005-01-19 18:24:17 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2005-01-19 18:24:17 +0000 |
commit | 35391b0ab8d7ef71bd749b1d86c8a65f6db689ae (patch) | |
tree | 8d49b27bed4bbe22c5a2a7b81644a04127167fed | |
parent | 7c378b035f98b805992264d15ccd3e4261df882a (diff) |
Notes
-rw-r--r-- | sys/i386/conf/LINT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 2848b72fb8d7..560f35624411 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -547,6 +547,7 @@ pseudo-device loop #Network loopback device pseudo-device bpf #Berkeley packet filter pseudo-device disc #Discard device (ds0, ds1, etc) pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8)) +pseudo-device tap #Ethernet tunnel driver (tap(4)) pseudo-device sl 2 #Serial Line IP pseudo-device gre #IP over IP tunneling pseudo-device ppp 2 #Point-to-point protocol |