Add commented out declaration for "ipip" interfaces.
This commit is contained in:
parent
46ae977773
commit
92b1de5348
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.119 1999/03/24 22:24:42 is Exp $
|
||||
# $NetBSD: GENERIC,v 1.120 1999/04/10 21:23:27 tron Exp $
|
||||
|
||||
#
|
||||
#if 0
|
||||
|
@ -357,6 +357,7 @@ pseudo-device sl 1 # SLIP network interfaces
|
|||
pseudo-device ppp 1 # PPP network interfaces
|
||||
pseudo-device tun 1 # network tunnel line discipline
|
||||
#pseudo-device gre 2 # generic L3 over IP tunnel
|
||||
#pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
|
||||
pseudo-device bpfilter 16 # Berkeley packet filter
|
||||
pseudo-device ipfilter # IP Filter package
|
||||
|
||||
|
|
Loading…
Reference in New Issue