Do some cleanups of the IPv6 stuff. This is a non-functional change.
Approved by: jkh
This commit is contained in:
parent
bbc4194bd0
commit
29d5f1c195
@ -139,9 +139,8 @@ pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
pseudo-device md # Memory "disks"
|
||||
# for IPv6
|
||||
pseudo-device gif 4 #IPv6 and IPv4 tunneling
|
||||
pseudo-device faith 1 #for IPv6 and IPv4 translation
|
||||
pseudo-device gif 4 # IPv6 and IPv4 tunneling
|
||||
pseudo-device faith 1 # IPv6-to-IPv4 relaying/(translation)
|
||||
|
||||
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
|
||||
# Be aware of the administrative consequences of enabling this!
|
||||
|
@ -139,9 +139,8 @@ pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
pseudo-device md # Memory "disks"
|
||||
# for IPv6
|
||||
pseudo-device gif 4 #IPv6 and IPv4 tunneling
|
||||
pseudo-device faith 1 #for IPv6 and IPv4 translation
|
||||
pseudo-device gif 4 # IPv6 and IPv4 tunneling
|
||||
pseudo-device faith 1 # IPv6-to-IPv4 relaying/(translation)
|
||||
|
||||
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
|
||||
# Be aware of the administrative consequences of enabling this!
|
||||
|
@ -205,9 +205,8 @@ pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
pseudo-device md # Memory "disks"
|
||||
# for IPv6
|
||||
pseudo-device gif 4 #IPv6 and IPv4 tunneling
|
||||
pseudo-device faith 1 #for IPv6 and IPv4 translation
|
||||
pseudo-device gif 4 # IPv6 and IPv4 tunneling
|
||||
pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
|
||||
|
||||
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
|
||||
# Be aware of the administrative consequences of enabling this!
|
||||
|
@ -205,9 +205,8 @@ pseudo-device ppp 1 # Kernel PPP
|
||||
pseudo-device tun # Packet tunnel.
|
||||
pseudo-device pty # Pseudo-ttys (telnet etc)
|
||||
pseudo-device md # Memory "disks"
|
||||
# for IPv6
|
||||
pseudo-device gif 4 #IPv6 and IPv4 tunneling
|
||||
pseudo-device faith 1 #for IPv6 and IPv4 translation
|
||||
pseudo-device gif 4 # IPv6 and IPv4 tunneling
|
||||
pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
|
||||
|
||||
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
|
||||
# Be aware of the administrative consequences of enabling this!
|
||||
|
Loading…
Reference in New Issue
Block a user