mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
Do some cleanups of the IPv6 stuff. This is a non-functional change.
Approved by: jkh
This commit is contained in:
parent
6861fa8643
commit
60bfc3b09b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57531
@ -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