aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2014-11-09 21:33:01 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2014-11-09 21:33:01 +0000
commit603eaf792b659f91d7d1a065d82503966d1386fc (patch)
treeb70e203a88db22c2568f09154ed903bd4f087a37 /tools
parent48a9d8f214b6a6ab1d2f92c20be44e9e396ef6a5 (diff)
downloadsrc-603eaf792b659f91d7d1a065d82503966d1386fc.tar.gz
src-603eaf792b659f91d7d1a065d82503966d1386fc.zip
Renove faith(4) and faithd(8) from base. It looks like industry
have chosen different (and more traditional) stateless/statuful NAT64 as translation mechanism. Last non-trivial commits to both faith(4) and faithd(8) happened more than 12 years ago, so I assume it is time to drop RFC3142 in FreeBSD. No objections from: net@
Notes
Notes: svn path=/head/; revision=274331
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc1
-rw-r--r--tools/tools/nanobsd/pcengines/ALIX_DSK1
-rw-r--r--tools/tools/nanobsd/pcengines/ALIX_NFS1
-rw-r--r--tools/tools/sysdoc/tunables.mdoc8
-rw-r--r--tools/tools/tinybsd/conf/default/TINYBSD1
-rw-r--r--tools/tools/tinybsd/conf/vpn/TINYBSD1
-rw-r--r--tools/tools/tinybsd/conf/wrap/TINYBSD1
7 files changed, 0 insertions, 14 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index d0b76ad77cb1..d77cef267907 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1954,7 +1954,6 @@ OLD_FILES+=usr/share/man/man3/iconvlist.3.gz
.if ${MK_INET6} == no
OLD_FILES+=sbin/ping6
OLD_FILES+=sbin/rtsol
-OLD_FILES+=usr/sbin/faithd
OLD_FILES+=usr/sbin/ip6addrctl
OLD_FILES+=usr/sbin/mld6query
OLD_FILES+=usr/sbin/ndp
diff --git a/tools/tools/nanobsd/pcengines/ALIX_DSK b/tools/tools/nanobsd/pcengines/ALIX_DSK
index 32b0b8ca1369..1d750e5e2bd6 100644
--- a/tools/tools/nanobsd/pcengines/ALIX_DSK
+++ b/tools/tools/nanobsd/pcengines/ALIX_DSK
@@ -71,7 +71,6 @@ device tun
device pty
device md
device gif
-device faith
device firmware
device bpf
device uhci
diff --git a/tools/tools/nanobsd/pcengines/ALIX_NFS b/tools/tools/nanobsd/pcengines/ALIX_NFS
index fe911da613f6..3c0f0da6237e 100644
--- a/tools/tools/nanobsd/pcengines/ALIX_NFS
+++ b/tools/tools/nanobsd/pcengines/ALIX_NFS
@@ -69,7 +69,6 @@ device tun
device pty
device md
device gif
-device faith
device firmware
device bpf
device uhci
diff --git a/tools/tools/sysdoc/tunables.mdoc b/tools/tools/sysdoc/tunables.mdoc
index 1c5569bee9a2..6d88856cfd00 100644
--- a/tools/tools/sysdoc/tunables.mdoc
+++ b/tools/tools/sysdoc/tunables.mdoc
@@ -1312,14 +1312,6 @@ net.inet.ip.intr_queue_drops
net.inet.ip.intr_queue_maxlen
---
-net.inet.ip.keepfaith
-bool
-
-This is used in conjunction with
-.Xr faithd 8
-to control the FAITH IPv6/v4 translator daemon.
-
----
net.inet.ip.maxfragpackets
---
diff --git a/tools/tools/tinybsd/conf/default/TINYBSD b/tools/tools/tinybsd/conf/default/TINYBSD
index ae7c9f6390bf..aba05c5bcfc5 100644
--- a/tools/tools/tinybsd/conf/default/TINYBSD
+++ b/tools/tools/tinybsd/conf/default/TINYBSD
@@ -148,7 +148,6 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/tools/tools/tinybsd/conf/vpn/TINYBSD b/tools/tools/tinybsd/conf/vpn/TINYBSD
index f7159ad8a9b7..7e6da0edf1e0 100644
--- a/tools/tools/tinybsd/conf/vpn/TINYBSD
+++ b/tools/tools/tinybsd/conf/vpn/TINYBSD
@@ -138,7 +138,6 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/tools/tools/tinybsd/conf/wrap/TINYBSD b/tools/tools/tinybsd/conf/wrap/TINYBSD
index aff67ea95efa..d04b0659c4e5 100644
--- a/tools/tools/tinybsd/conf/wrap/TINYBSD
+++ b/tools/tools/tinybsd/conf/wrap/TINYBSD
@@ -110,7 +110,6 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!